NetSkip
Skip automatically credits on Netflix.
What is NetSkip?
NetSkip is a Chrome extension developed by sraccah, and its main feature is "Skip automatically credits on Netflix.".
Download NetSkip Extension CRX File
Download NetSkip 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
[INFO] Restart Chrome after installing. Redémarrez Chrome après installation.
Extension Basic Information
Name | |
ID | hpiohjfcpfcoekflakgmflpjggiahglj |
Official URL | https://chrome.google.com/webstore/detail/netskip/hpiohjfcpfcoekflakgmflpjggiahglj |
Description | Skip automatically credits on Netflix. |
File Size | 21.01 KB |
Installation Count | 29 |
Current Version | 0.3.1 |
Last Updated | 2017-10-18 |
Publish Date | 2017-10-18 |
Developer | sraccah |
[email protected] | |
Payment Type | free |
Supported Languages | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "NetSkip", "description": "__MSG_appDesc__", "default_locale": "fr", "version": "0.3.1", "browser_action": { "default_icon": "img\/logo_netskip_128.png", "default_popup": "popup.html" }, "icons": { "128": "img\/logo_netskip_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "popup.js" ] } ] } |