TagPro Toolkit
Adds useful features to the webgame TagPro.
Wat is TagPro Toolkit?
TagPro Toolkit is een Chrome-extensie ontwikkeld door CommonSense, en de belangrijkste functie is "Adds useful features to the webgame TagPro.".
Download het CRX-bestand van de extensie TagPro Toolkit
Download TagPro Toolkit-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
Same as the one before... Basisinformatie over de Extensie
| Naam | |
| ID | oahblioddohomidpkjmhmffcgppadcha |
| Officiële URL | https://chrome.google.com/webstore/detail/tagpro-toolkit/oahblioddohomidpkjmhmffcgppadcha |
| Beschrijving | Adds useful features to the webgame TagPro. |
| Bestandsgrootte | 37.67 KB |
| Aantal Installaties | 30 |
| Huidige Versie | 0.3.1 |
| Laatst Bijgewerkt | 2015-03-03 |
| Publicatiedatum | 2015-03-01 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | CommonSense |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |