Text Troll
Replace words like :perotenemospatria: to a troll image.
ما هو Text Troll؟
Text Troll هو إضافة Chrome تم تطويرها بواسطة SoftwareCriollo، والميزة الرئيسية لها هي "Replace words like :perotenemospatria: to a troll image.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Text Troll
قم بتنزيل ملفات الامتداد Text Troll بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replace words like :perotenemospatria: to an image.
معلومات أساسية عن التمديد
الاسم | |
ID | mhjpnimjojbeklnobfkmhfodlgfjghlm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/mhjpnimjojbeklnobfkmhfodlgfjghlm |
الوصف | Replace words like :perotenemospatria: to a troll image. |
حجم الملف | 2.43 MB |
عدد التثبيتات | 41 |
النسخة الحالية | 1.2 |
آخر تحديث | 2013-10-18 |
تاريخ النشر | 2013-10-18 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | SoftwareCriollo |
نوع الدفع | free |
اللغات المدعومة | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text Troll", "description": "Replace words like :perotenemospatria: to a troll image.", "version": "1.2", "permissions": [ "storage", "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "libs\/jquery-1.9.1.min.js", "libs\/underscore-min.js", "text_troll.js" ], "run_at": "document_end", "all_frames": true } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "libs\/underscore-min.map", "images\/*" ] } |