Netflix Continue Playing Clicker

This extension clicks the Netflix "continue playing" Button automatically

Netflix Continue Playing Clickerとは何ですか?

Netflix Continue Playing Clickerはlimeredによって開発されたChromeの拡張機能で、その主な機能は「This extension clicks the Netflix "continue playing" Button automatically」です。

拡張機能のスクリーンショット

screenshot

Netflix Continue Playing Clicker拡張機能のCRXファイルをダウンロード

Netflix Continue Playing Clicker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        No more leaving your couch only to click a button during your netflix and chill session.
This extension clicks the Netflix "continue playing" Button automatically.

If you planing on falling asleep or something else ;) you can always turn it off using the button in the taskbar.

Have Fun                    

拡張機能の基本情報

名前 Netflix Continue Playing Clicker Netflix Continue Playing Clicker
ID klgocfagnjnpmjfmbdglcbjpchdbadhc
公式URL https://chrome.google.com/webstore/detail/netflix-continue-playing/klgocfagnjnpmjfmbdglcbjpchdbadhc
説明 This extension clicks the Netflix "continue playing" Button automatically
ファイルサイズ 7.21 KB
インストール数 299
現在のバージョン 1.0
最終更新日 2016-02-18
公開日 2016-02-18
評価 2.33/5 合計 9 レビュー
開発者 limered
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Continue Playing Clicker",
    "description": "This extension clicks the Netflix \"continue playing\" Button automatically",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "content\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background\/background_script.js"
        ]
    },
    "page_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Netflix Clicker",
        "default_popup": "pageaction\/pageaction_popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}