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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |