Youtube Ad Skipper
Skip youtube advertise
What is Youtube Ad Skipper?
Youtube Ad Skipper is a Chrome extension developed by aminvivek24, and its main feature is "Skip youtube advertise".
Extension Screenshots
Download Youtube Ad Skipper Extension CRX File
Download 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
Click on extention and skip the ad. Pretty Simple
Extension Basic Information
Name | Youtube Ad Skipper |
ID | jkboihlnedihckbjohaeiollighbpddo |
Official URL | https://chromewebstore.google.com/detail/youtube-ad-skipper/jkboihlnedihckbjohaeiollighbpddo |
Description | Skip youtube advertise |
File Size | 106 KB |
Installation Count | 1,516 |
Current Version | 1.0 |
Last Updated | 2017-12-08 |
Publish Date | 2017-12-07 |
Rating | 3.00/5 Total 2 Ratings |
Developer | aminvivek24 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Ad Skipper", "description": "Skip youtube advertise", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "\/assets\/js\/jQuery.js", "background.js" ], "persistent": false }, "browser_action": { "default_title": "Youtube Ad Skipper", "default_icon": "\/assets\/logo\/log.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "\/assets\/js\/jQuery.js" ] } ], "manifest_version": 2 } |