Putlocker Watched Episode

Keep track of your episodes on Putlocker

Cos'è Putlocker Watched Episode?

Putlocker Watched Episode è un'estensione di Chrome sviluppata da ederyairr, e la sua funzione principale è "Keep track of your episodes on Putlocker".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Putlocker Watched Episode

Scarica i file di estensione Putlocker Watched Episode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Putlocker Watched Episode Putlocker Watched Episode
ID dapgngnhlpfcgaiphdfnfmhkdfgfmggm
URL Ufficiale https://chromewebstore.google.com/detail/putlocker-watched-episode/dapgngnhlpfcgaiphdfnfmhkdfgfmggm
Descrizione Keep track of your episodes on Putlocker
Dimensione del File 43.29 KB
Conteggio Installazioni 222
Versione Corrente 1.6
Ultimo Aggiornamento 2016-12-24
Data di Pubblicazione 2016-12-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore ederyairr
Tipo di Pagamento free
Lingue Supportate 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"
    }
}