Still Here
Automatically tell Netflix you're still there
What is Still Here?
Still Here is a Chrome extension developed by irwing, and its main feature is "Automatically tell Netflix you're still there".
Extension Screenshots
Download Still Here Extension CRX File
Download Still Here 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
No more Netflix asking you if you're still there.
Extension Basic Information
Name | Still Here |
ID | einlccdnblainedghjekipohnodkgpno |
Official URL | https://chromewebstore.google.com/detail/still-here/einlccdnblainedghjekipohnodkgpno |
Description | Automatically tell Netflix you're still there |
File Size | 18.85 KB |
Installation Count | 44 |
Current Version | 1.0.0 |
Last Updated | 2016-03-29 |
Publish Date | 2016-03-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | irwing |
Payment Type | free |
Extension Website | http://stillhere.irwingreza.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Still Here", "description": "Automatically tell Netflix you're still there", "version": "1.0.0", "icons": { "128": "icon_128.png", "256": "icon_256.png" }, "author": "Irwing Reza", "short_name": "Still Here", "background": { "scripts": [ "netflix.js" ] }, "permissions": [ "tabs", "activeTab", "*:\/\/*.netflix.com\/watch*" ] } |