tf2mart helper
Shows up additional Trade button
ما هو tf2mart helper؟
tf2mart helper هو إضافة Chrome تم تطويرها بواسطة tf2، والميزة الرئيسية لها هي "Shows up additional Trade button".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة tf2mart helper
قم بتنزيل ملفات الامتداد tf2mart helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shows up additional Trade button
معلومات أساسية عن التمديد
الاسم | |
ID | pfacmpcgkiicbpdnmihgjcfggmhjcgmp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tf2mart-helper/pfacmpcgkiicbpdnmihgjcfggmhjcgmp |
الوصف | Shows up additional Trade button |
حجم الملف | 58.51 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 1.1.2 |
آخر تحديث | 2018-03-18 |
تاريخ النشر | 2018-03-18 |
تقييم | 4.33/5 مجموع تقييمات 3 |
المطور | tf2 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "tf2mart helper", "version": "1.1.2", "icons": { "16": "images\/empty_16.png", "32": "images\/empty_32.png", "48": "images\/empty_48.png", "64": "images\/empty_64.png", "128": "images\/empty_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/tf2mart.net\/order" ], "js": [ "content_scripts\/end.js", "content_scripts\/main.js", "content_scripts\/jquery.js" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "activeTab" ], "browser_action": { "default_icon": "images\/empty_32.png", "default_title": "tf2mart helper", "default_popup": "popup\/popup.html" } } |