Mike Tython Tranthlator
Translates your webpage into Mike Tyson speak
ما هو Mike Tython Tranthlator؟
Mike Tython Tranthlator هو إضافة Chrome تم تطويرها بواسطة theFeez، والميزة الرئيسية لها هي "Translates your webpage into Mike Tyson speak".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mike Tython Tranthlator
قم بتنزيل ملفات الامتداد Mike Tython Tranthlator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Translates your webpage into Mike Tyson speak
معلومات أساسية عن التمديد
الاسم | |
ID | ifcpjjbmphnmmhlopihbklkmihlgofpp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mike-tython-tranthlator/ifcpjjbmphnmmhlopihbklkmihlgofpp |
الوصف | Translates your webpage into Mike Tyson speak |
حجم الملف | 13.51 KB |
عدد التثبيتات | 125 |
النسخة الحالية | 0.1 |
آخر تحديث | 2016-01-24 |
تاريخ النشر | 2016-01-23 |
تقييم | 3.83/5 مجموع تقييمات 6 |
المطور | theFeez |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mike Tython Tranthlator", "description": "Translates your webpage into Mike Tyson speak", "version": "0.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |