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.
拡張機能の基本情報
名前 | Still Here |
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*" ] } |