Putlocker Watched Episode

Keep track of your episodes on Putlocker

Co to jest Putlocker Watched Episode?

Putlocker Watched Episode to rozszerzenie Chrome opracowane przez ederyairr, a jego główną funkcją jest „Keep track of your episodes on Putlocker”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Putlocker Watched Episode

Pobierz pliki rozszerzeń Putlocker Watched Episode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Putlocker Watched Episode Putlocker Watched Episode
ID dapgngnhlpfcgaiphdfnfmhkdfgfmggm
Oficjalny URL https://chromewebstore.google.com/detail/putlocker-watched-episode/dapgngnhlpfcgaiphdfnfmhkdfgfmggm
Opis Keep track of your episodes on Putlocker
Rozmiar pliku 43.29 KB
Liczba instalacji 222
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2016-12-24
Data Publikacji 2016-12-24
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper ederyairr
Typ Płatności free
Obsługiwane Języki 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"
    }
}