Netflix Continue Watching

Moves the 'Continue Watching' section to the top of your Netflix page!

什麼是Netflix Continue Watching?

Netflix Continue Watching是由michaelcook.tech開發的Chrome擴展程式,該擴展的主要功能是“Moves the 'Continue Watching' section to the top of your Netflix page!”。

擴展截圖

screenshot

下載Netflix Continue Watching擴展crx文件

下載Netflix Continue Watching擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Moves the 'Continue Watching' section to the top of your Netflix page!                    

擴展基本資訊

名稱 Netflix Continue Watching Netflix Continue Watching
ID oaebpedoiblbapimeeeclbapilnmlpgm
官方網址 https://chrome.google.com/webstore/detail/netflix-continue-watching/oaebpedoiblbapimeeeclbapilnmlpgm
簡介 Moves the 'Continue Watching' section to the top of your Netflix page!
檔案大小 133 KB
安裝次數 890
目前版本 1.0.4
更新時間 2016-10-06
上架時間 2016-10-06
評分 2.80/5 共 10 次評分
開發者 michaelcook.tech
付費類型 free
擴展官網 http://yays.co
支援的語言 en-GB
manifest.json
{
    "name": "Netflix Continue Watching",
    "version": "1.0.4",
    "description": "Moves the 'Continue Watching' section to the top of your Netflix page!",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": {
            "16": "icon16.png",
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/browse"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}