Putlocker Watched Episode
Keep track of your episodes on Putlocker
What is Putlocker Watched Episode?
Putlocker Watched Episode is a Chrome extension developed by ederyairr, and its main feature is "Keep track of your episodes on Putlocker".
Extension Screenshots
Download Putlocker Watched Episode Extension CRX File
Download Putlocker Watched Episode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Putlocker Watched Episode |
ID | dapgngnhlpfcgaiphdfnfmhkdfgfmggm |
Official URL | https://chromewebstore.google.com/detail/putlocker-watched-episode/dapgngnhlpfcgaiphdfnfmhkdfgfmggm |
Description | Keep track of your episodes on Putlocker |
File Size | 43.29 KB |
Installation Count | 222 |
Current Version | 1.6 |
Last Updated | 2016-12-24 |
Publish Date | 2016-12-24 |
Rating | 5.00/5 Total 3 Ratings |
Developer | ederyairr |
Payment Type | free |
Supported Languages | 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" } } |