YouSkip
Skip YouTube ads. (Sorry YouTube)
What is YouSkip?
YouSkip is a Chrome extension developed by felisphasma, and its main feature is "Skip YouTube ads. (Sorry YouTube)".
Extension Screenshots
Download YouSkip Extension CRX File
Download YouSkip 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
Simple YouTube add skipper. Don't wait 5 seconds; don't wait for the add to finish. More from the developer: felisphasma.com
Extension Basic Information
Name | |
ID | mbpkkmapnldpeeefipkpahmpanomkidd |
Official URL | https://chrome.google.com/webstore/detail/youskip/mbpkkmapnldpeeefipkpahmpanomkidd |
Description | Skip YouTube ads. (Sorry YouTube) |
File Size | 13.1 KB |
Installation Count | 234 |
Current Version | 1.1 |
Last Updated | 2018-12-09 |
Publish Date | 2018-12-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | felisphasma |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouSkip", "version": "1.1", "description": "Skip YouTube ads. (Sorry YouTube)", "permissions": [ "activeTab", "storage", "https:\/\/felisphasma.com\/projects\/YouSkip\/count.php" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch?*", "https:\/\/youtube.com\/watch?*" ], "all_frames": true, "js": [ "app.js" ], "css": [ "style.css" ] } ], "browser_action": { "default_icon": { "16": "16.png", "24": "24.png", "32": "32.png", "64": "64.png", "128": "128.png" }, "default_popup": "popup.html" }, "icons": { "16": "16.png", "24": "24.png", "32": "32.png", "64": "64.png", "128": "128.png" }, "applications": { "gecko": { "id": "[email protected]" } }, "manifest_version": 2 } |