Youtube Ad Skipper | Ad Blocker
Skip ads on Youtube
What is Youtube Ad Skipper | Ad Blocker?
Youtube Ad Skipper | Ad Blocker is a Chrome extension developed by Ad Skipper, and its main feature is "Skip ads on Youtube".
Extension Screenshots
Download Youtube Ad Skipper | Ad Blocker Extension CRX File
Download Youtube Ad Skipper | Ad Blocker 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
Fast forward through ads on Youtube! This extension finds, mutes, and fast forwards through all ads while watching Youtube.
Extension Basic Information
Name | Youtube Ad Skipper | Ad Blocker |
ID | daecbchnoecbjldijajmbdhmkkjiagel |
Official URL | https://chromewebstore.google.com/detail/youtube-ad-skipper-ad-blo/daecbchnoecbjldijajmbdhmkkjiagel |
Description | Skip ads on Youtube |
File Size | 12.57 KB |
Installation Count | 2,335 |
Current Version | 1.3.8 |
Last Updated | 2024-02-22 |
Publish Date | 2023-10-27 |
Rating | 4.00/5 Total 12 Ratings |
Developer | Ad Skipper |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Ad Skipper | Ad Blocker", "version": "1.3.8", "manifest_version": 3, "description": "Skip ads on Youtube", "permissions": [ "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Fast Forward Through Ads!", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "host_permissions": [ "https:\/\/www.youtube.com\/watch*", "https:\/\/www.m.youtube.com\/watch*", "http:\/\/www.m.youtube.com\/watch*", "http:\/\/www.youtube.com\/watch*" ] } |