Putlocker Watched Episode

Keep track of your episodes on Putlocker

Putlocker Watched Episodeとは何ですか?

Putlocker Watched Episodeはederyairrによって開発されたChromeの拡張機能で、その主な機能は「Keep track of your episodes on Putlocker」です。

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

screenshot

Putlocker Watched Episode拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Click the bullet or just open the link to mark as watched any episode.

Also, you can 'unwatch' an episode. You only need to hover the check mark and click the cross icon.                    

拡張機能の基本情報

名前 Putlocker Watched Episode Putlocker Watched Episode
ID dapgngnhlpfcgaiphdfnfmhkdfgfmggm
公式URL https://chromewebstore.google.com/detail/putlocker-watched-episode/dapgngnhlpfcgaiphdfnfmhkdfgfmggm
説明 Keep track of your episodes on Putlocker
ファイルサイズ 43.29 KB
インストール数 222
現在のバージョン 1.6
最終更新日 2016-12-24
公開日 2016-12-24
評価 5.00/5 合計 3 レビュー
開発者 ederyairr
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Putlocker Watched Episode",
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.putlockers.ch\/watch-*"
    ],
    "description": "Keep track of your episodes on Putlocker",
    "version": "1.6",
    "background": {
        "page": "background\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.putlockers.ch\/watch-*"
            ],
            "js": [
                "background\/background.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon.png",
        "128": "icons\/icon-128.png"
    }
}