Skipper
Skipper netflix intro, youtube ad after required timer, pornhub skip ad
What is Skipper?
Skipper is a Chrome extension developed by brilenkosp, and its main feature is "Skipper netflix intro, youtube ad after required timer, pornhub skip ad".
Extension Screenshots
Download Skipper Extension CRX File
Download 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
Automatically presses the "skip intro" button on netflix, on youtube automatically presses the skip button on ads after the obligatory timer
Extension Basic Information
Name | Skipper |
ID | mmonlgelnbimdjhpgeenfonablidhjmj |
Official URL | https://chromewebstore.google.com/detail/skipper/mmonlgelnbimdjhpgeenfonablidhjmj |
Description | Skipper netflix intro, youtube ad after required timer, pornhub skip ad |
File Size | 5.74 KB |
Installation Count | 36 |
Current Version | 1.1.0 |
Last Updated | 2022-07-13 |
Publish Date | 2022-07-06 |
Developer | brilenkosp |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Skipper", "version": "1.1.0", "description": "Skipper netflix intro, youtube ad after required timer, pornhub skip ad", "icons": { "16": "favicon-16x16.png", "32": "favicon-32x32.png" }, "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "skipper.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "service_worker": "background.js" }, "permissions": [], "manifest_version": 3 } |