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
官方URL 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"
}