Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SkipIt Adblocker for Youtube", "description": "Skip all YouTube ads instantly with SkitIt \u2013 fast, secure, and seamless ad-free streaming.", "version": "1.5.2", "icons": { "128": "icon1.png", "256": "icon.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "*.js" ], "matches": [ "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js", "jquery-3.7.1.min.js" ], "run_at": "document_start" } ] }