Still Here
Automatically tell Netflix you're still there
什么是Still Here?
Still Here是由irwing开发的Chrome扩展程序,该扩展的主要功能是“Automatically tell Netflix you're still there”。
扩展截图
下载Still Here扩展crx文件
下载Still Here扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
No more Netflix asking you if you're still there. 扩展基本信息
| 名称 | |
| ID | einlccdnblainedghjekipohnodkgpno |
| 官方URL | https://chromewebstore.google.com/detail/still-here/einlccdnblainedghjekipohnodkgpno |
| 简介 | Automatically tell Netflix you're still there |
| 文件大小 | 18.85 KB |
| 安装次数 | 44 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2016-03-29 |
| 上架时间 | 2016-03-29 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | irwing |
| 付费类型 | free |
| 扩展官网 | http://stillhere.irwingreza.com |
| 支持的语言 | 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*"
]
} | |