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 |
| 官方網址 | 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*"
]
} | |