TagPro Toolkit
Adds useful features to the webgame TagPro.
ما هو TagPro Toolkit؟
TagPro Toolkit هو إضافة Chrome تم تطويرها بواسطة CommonSense، والميزة الرئيسية لها هي "Adds useful features to the webgame TagPro.".
تحميل ملف CRX للإضافة TagPro Toolkit
قم بتنزيل ملفات الامتداد TagPro Toolkit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Same as the one before...
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | oahblioddohomidpkjmhmffcgppadcha |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tagpro-toolkit/oahblioddohomidpkjmhmffcgppadcha |
الوصف | Adds useful features to the webgame TagPro. |
حجم الملف | 37.67 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 0.3.1 |
آخر تحديث | 2015-03-03 |
تاريخ النشر | 2015-03-01 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | CommonSense |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |