TagPro Toolkit
Adds useful features to the webgame TagPro.
What is TagPro Toolkit?
TagPro Toolkit is a Chrome extension developed by CommonSense, and its main feature is "Adds useful features to the webgame TagPro.".
Download TagPro Toolkit Extension CRX File
Download TagPro Toolkit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Same as the one before...
Extension Basic Information
Name | ![]() |
ID | oahblioddohomidpkjmhmffcgppadcha |
Official URL | https://chrome.google.com/webstore/detail/tagpro-toolkit/oahblioddohomidpkjmhmffcgppadcha |
Description | Adds useful features to the webgame TagPro. |
File Size | 37.67 KB |
Installation Count | 30 |
Current Version | 0.3.1 |
Last Updated | 2015-03-03 |
Publish Date | 2015-03-01 |
Rating | 4.50/5 Total 2 Ratings |
Developer | CommonSense |
Payment Type | free |
Supported Languages | 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" ] } |