AllDayNetflix
This extension removes popup dialog on netflix asking to continue watching.
AllDayNetflixとは何ですか?
AllDayNetflixはMatthewによって開発されたChromeの拡張機能で、その主な機能は「This extension removes popup dialog on netflix asking to continue watching.」です。
拡張機能のスクリーンショット
AllDayNetflix拡張機能のCRXファイルをダウンロード
AllDayNetflix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple extension to automatically click "Continue Watching" when the dialog appears while watching netflix in your browser. Lets you binge-watch TV episodes without interruption. Instructions: 1) Add extension to Chrome via "Chrome Web Store" 2) Restart the browser (close all windows and tabs) 3) Watch netflix and enjoy!
拡張機能の基本情報
名前 | AllDayNetflix |
ID | hlbbnidhchhkemeieppchepgbnelggdk |
公式URL | https://chromewebstore.google.com/detail/alldaynetflix/hlbbnidhchhkemeieppchepgbnelggdk |
説明 | This extension removes popup dialog on netflix asking to continue watching. |
ファイルサイズ | 49.2 KB |
インストール数 | 305 |
現在のバージョン | 1.0 |
最終更新日 | 2015-11-10 |
公開日 | 2015-11-10 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | Matthew |
支払い方法 | free |
拡張機能のウェブサイト | http://www.matthewlewis.ca |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery.min.js", "netflix.js" ], "matches": [ "http:\/\/*.netflix.com\/*", "https:\/\/*.netflix.com\/*", "http:\/\/*.netflix.ca\/*", "https:\/\/*.netflix.ca\/*" ] } ], "author": "Matthew Lewis", "description": "This extension removes popup dialog on netflix asking to continue watching.", "manifest_version": 2, "name": "AllDayNetflix", "version": "1.0" } |