Netflix Anti-Timeout
This extension keeps Netflix from timing out
What is Netflix Anti-Timeout?
Netflix Anti-Timeout is a Chrome extension developed by industrialreaver, and its main feature is "This extension keeps Netflix from timing out".
Download Netflix Anti-Timeout Extension CRX File
Download Netflix Anti-Timeout 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
Extension Basic Information
Name | Netflix Anti-Timeout |
ID | epiegafenbhibgljknaddihddlahhkih |
Official URL | https://chromewebstore.google.com/detail/netflix-anti-timeout/epiegafenbhibgljknaddihddlahhkih |
Description | This extension keeps Netflix from timing out |
File Size | 3.47 KB |
Installation Count | 22 |
Current Version | 1.2 |
Last Updated | 2016-03-30 |
Publish Date | 2016-03-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | industrialreaver |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Anti-Timeout", "description": "This extension keeps Netflix from timing out", "version": "1.2", "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "code.js" ] } ], "permissions": [ "activeTab", "https:\/\/www.netflix.com\/*" ] } |