tagpro-catstats
lambda's catstat collector
Cos'è tagpro-catstats?
tagpro-catstats è un'estensione di Chrome sviluppata da JJJollyjim, e la sua funzione principale è "lambda's catstat collector".
Scarica il file CRX dell'estensione tagpro-catstats
Scarica i file di estensione tagpro-catstats 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
Uploaded due to the Chrome permission change. There's no licence on the GitHub repo, but many people need this. I will remove it at ylambda's request.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | khfhapcfdfpfladjfhdmednbbkicfbeo |
URL Ufficiale | https://chrome.google.com/webstore/detail/tagpro-catstats/khfhapcfdfpfladjfhdmednbbkicfbeo |
Descrizione | lambda's catstat collector |
Dimensione del File | 5.62 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2014-02-20 |
Data di Pubblicazione | 2014-02-20 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | JJJollyjim |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tagpro-catstats", "description": "lambda's catstat collector", "version": "0.0.3", "manifest_version": 2, "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/*.koalabeast.com\/*", "http:\/\/*.jukejuice.com\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "js\/catstats.js" ] } |