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"
}