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