Skip to content

A basic Chrome extension designed to automatically skip ads on YouTube.

License

Notifications You must be signed in to change notification settings

Mohdjey123/Instant-Skip

Repository files navigation

Instant-Skip

This is a basic Chrome extension designed to automatically skip ads on YouTube.

Purpose

This project was created for learning purposes to explore Chrome extension development, including:

  • Working with the Chrome extension API
  • Using background scripts and content scripts
  • Managing state with chrome.storage

Important Note

This extension is not intended to violate YouTube's guidelines or terms of service. It is purely a learning project to understand how Chrome extensions can interact with web pages.

Please Note: This project is experimental and for educational purposes. It will not receive updates or maintenance if it stops working due to changes in YouTube's ad system or Chrome's extension policies.

Features

  • Automatically skips YouTube ads when available.

Getting Started

  1. Clone this repository to your local machine.
  2. Open your Chromium-based browser.
  3. Navigate to the extensions page:
    • For Chromium/Chrome: chrome://extensions/
    • For Opera: opera://extensions/
  4. Enable Developer mode.
  5. Click on "Load unpacked" and select the directory where you cloned this repository.
  6. Click on the extension icon to open the popup and toggle ad skipping.

License

This project is licensed under the MIT License.