tagpro-catstats
lambda's catstat collector
Wat is tagpro-catstats?
tagpro-catstats is een Chrome-extensie ontwikkeld door JJJollyjim, en de belangrijkste functie is "lambda's catstat collector".
Download het CRX-bestand van de extensie tagpro-catstats
Download tagpro-catstats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ![]() |
ID | khfhapcfdfpfladjfhdmednbbkicfbeo |
Officiële URL | https://chrome.google.com/webstore/detail/tagpro-catstats/khfhapcfdfpfladjfhdmednbbkicfbeo |
Beschrijving | lambda's catstat collector |
Bestandsgrootte | 5.62 KB |
Aantal Installaties | 40 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2014-02-20 |
Publicatiedatum | 2014-02-20 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | JJJollyjim |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |