TagPro Toolkit
Adds useful features to the webgame TagPro.
Cos'è TagPro Toolkit?
TagPro Toolkit è un'estensione di Chrome sviluppata da CommonSense, e la sua funzione principale è "Adds useful features to the webgame TagPro.".
Scarica il file CRX dell'estensione TagPro Toolkit
Scarica i file di estensione TagPro Toolkit 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
Same as the one before... Informazioni di Base sull'Estensione
| Nome | |
| ID | oahblioddohomidpkjmhmffcgppadcha |
| URL Ufficiale | https://chrome.google.com/webstore/detail/tagpro-toolkit/oahblioddohomidpkjmhmffcgppadcha |
| Descrizione | Adds useful features to the webgame TagPro. |
| Dimensione del File | 37.67 KB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 0.3.1 |
| Ultimo Aggiornamento | 2015-03-03 |
| Data di Pubblicazione | 2015-03-01 |
| Valutazione | 4.50/5 Totale 2 Valutazioni |
| Sviluppatore | CommonSense |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"css": [
"toolbox.css"
],
"js": [
"main.js"
],
"matches": [
"http:\/\/*.koalabeast.com\/*",
"http:\/\/tangent.jukejuice.com\/*",
"http:\/\/maptest.newcompte.fr\/*"
],
"run_at": "document_start"
}
],
"description": "Adds useful features to the webgame TagPro.",
"icons": {
"128": "img\/logo128.png",
"16": "img\/logo16.png",
"48": "img\/logo48.png"
},
"manifest_version": 2,
"name": "TagPro Toolkit",
"permissions": [
"storage",
"activeTab"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.3.1",
"web_accessible_resources": [
"js\/profile.js",
"js\/boards.js",
"jquery.js",
"options.html",
"img\/logo32.png",
"js\/profile-stats.js",
"js\/user-tags.js",
"js\/draw-tags.js",
"js\/profile-tags.js",
"img\/spin_outline.png",
"js\/macros.js"
]
} | |