Netflix Resume
Adds netflix.com/resume and redirects netflix.com/browse
Netflix Resumeとは何ですか?
Netflix ResumeはThomas Soriaによって開発されたChromeの拡張機能で、その主な機能は「Adds netflix.com/resume and redirects netflix.com/browse」です。
拡張機能のスクリーンショット
Netflix Resume拡張機能のCRXファイルをダウンロード
Netflix Resume拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to automatically resume playback of your latest show by going to: https://www.netflix.com/resume This will also redirect Netflix's home page to the title card of your latest show. Not only will this load faster than the default page, but it also guarantees that your "continue watching" selection is on top. Note: After adding this extension, you must start watching at least one show before these changes can take effect. The source-code for this extension can be found here: https://github.com/soriat/NetflixResume
拡張機能の基本情報
名前 | Netflix Resume |
ID | hbpellkaahhklhiiapfchhnhiboeojma |
公式URL | https://chromewebstore.google.com/detail/netflix-resume/hbpellkaahhklhiiapfchhnhiboeojma |
説明 | Adds netflix.com/resume and redirects netflix.com/browse |
ファイルサイズ | 129 KB |
インストール数 | 306 |
現在のバージョン | 1.5 |
最終更新日 | 2017-02-13 |
公開日 | 2017-02-12 |
開発者 | Thomas Soria |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5", "manifest_version": 2, "name": "Netflix Resume", "short_name": "Netflix Resume", "author": "Thomas Soria", "description": "Adds netflix.com\/resume and redirects netflix.com\/browse", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "https:\/\/www.netflix.com\/*" ] } |