youtube skipz addz
Skip Ad on youtube like a Nice person
What is youtube skipz addz?
youtube skipz addz is a Chrome extension developed by Neeraj Verma, and its main feature is "Skip Ad on youtube like a Nice person".
Extension Screenshots
Download youtube skipz addz Extension CRX File
Download youtube skipz addz 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
Are you also too lazy to click on the Skip Ad button? This extension will click on the Skip Ad for you. So just start your YouTube marathon, and let it skip ad for you, like a nice person, after the timer allows you to.
Extension Basic Information
Name | |
ID | hepakdehmhacbieccgcnenlkdnoapjdn |
Official URL | https://chromewebstore.google.com/detail/youtube-skipz-addz/hepakdehmhacbieccgcnenlkdnoapjdn |
Description | Skip Ad on youtube like a Nice person |
File Size | 23.28 KB |
Installation Count | 64 |
Current Version | 0.0.5 |
Last Updated | 2018-12-05 |
Publish Date | 2018-12-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Neeraj Verma |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_popup": "popup.html" } } |