Skippy - The Best Youtube Ad Skipper
Automatically skip youtube ads the moment they appear
What is Skippy - The Best Youtube Ad Skipper?
Skippy - The Best Youtube Ad Skipper is a Chrome extension developed by Rohan Makhija, and its main feature is "Automatically skip youtube ads the moment they appear".
Extension Screenshots
Download Skippy - The Best Youtube Ad Skipper Extension CRX File
Download Skippy - The Best Youtube Ad Skipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
If you would like to upgrade to the new 2x efficient beta version, click here: https://chromewebstore.google.com/detail/skippy-the-best-youtube-a/mccflcadolbmcnapdbaepohgnggcnlol ℹ About: Skippy is a browser extension that blocks all video ads on YouTube™. Video ads and ads that come before the video are automatically skipped when they show up. Features: Skippy automatically skips video advertisements on YouTube™ and also on other pages that load YouTube™ in them. 🔏 Privacy: Skippy does not track anything you watch or do on YouTube™ website Disclaimer: YouTube™ is a trademark of Google LLC.
Extension Basic Information
Name | Skippy - The Best Youtube Ad Skipper |
ID | nodemlgkeklghddomgoabckgbcmalkkj |
Official URL | https://chromewebstore.google.com/detail/skippy-the-best-youtube-a/nodemlgkeklghddomgoabckgbcmalkkj |
Description | Automatically skip youtube ads the moment they appear |
File Size | 8.75 KB |
Installation Count | 359 |
Current Version | 1.0 |
Last Updated | 2023-12-26 |
Publish Date | 2021-03-24 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Rohan Makhija |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skippy - The Best Youtube Ad Skipper", "version": "1.0", "description": "Automatically skip youtube ads the moment they appear", "content_scripts": [ { "js": [ "script.js" ], "run_at": "document_idle", "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "browser_action": { "default_popup": "popup.html" } } |