This is a basic Chrome extension designed to automatically skip ads on YouTube.
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
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.
- Automatically skips YouTube ads when available.
- Clone this repository to your local machine.
- Open your Chromium-based browser.
- Navigate to the extensions page:
- For Chromium/Chrome:
chrome://extensions/
- For Opera:
opera://extensions/
- For Chromium/Chrome:
- Enable Developer mode.
- Click on "Load unpacked" and select the directory where you cloned this repository.
- Click on the extension icon to open the popup and toggle ad skipping.
This project is licensed under the MIT License.