Skippy
Skippy is a cool little dude who loves to skip stuff.
What is Skippy?
Skippy is a Chrome extension developed by ygordanniel, and its main feature is "Skippy is a cool little dude who loves to skip stuff.".
Extension Screenshots
Download Skippy Extension CRX File
Download Skippy 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
Skippy is a cool assistant for your video streaming platforms. - Netflix: skips intros and to next episode when is available and also prevents it from asking that annoying "Are you still watching?"; - PrimeVideo: skips ads, intros and to next episode when is available; - Youtube: skips ads and close ad banners;
Extension Basic Information
Name | Skippy |
ID | nalcdfokpimbmoibllleafajnjjhnaen |
Official URL | https://chromewebstore.google.com/detail/skippy/nalcdfokpimbmoibllleafajnjjhnaen |
Description | Skippy is a cool little dude who loves to skip stuff. |
File Size | 5.83 KB |
Installation Count | 94 |
Current Version | 1.3 |
Last Updated | 2019-03-22 |
Publish Date | 2019-03-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | ygordanniel |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skippy", "description": "Skippy is a cool little dude who loves to skip stuff.", "version": "1.3", "icons": { "48": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*", "*:\/\/*.primevideo.com\/*", "*:\/\/*.youtube.com\/*" ], "js": [ "\/content.js" ], "run_at": "document_end" } ] } |