Doge My Site
Add 'MUCH WOW' to any page on the web.
ما هو Doge My Site؟
Doge My Site هو إضافة Chrome تم تطويرها بواسطة https://michaelsolati.com، والميزة الرئيسية لها هي "Add 'MUCH WOW' to any page on the web.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Doge My Site
قم بتنزيل ملفات الامتداد Doge My Site بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Add 'MUCH WOW' to any page on the web. Added ability to change text on website to dogetalk. If you code, please consider contributing https://github.com/MichaelSolati/doge-my-site
معلومات أساسية عن التمديد
الاسم | Doge My Site |
ID | ghefodhmgeofnfpbmjlkglokpgomcodc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/doge-my-site/ghefodhmgeofnfpbmjlkglokpgomcodc |
الوصف | Add 'MUCH WOW' to any page on the web. |
حجم الملف | 699 KB |
عدد التثبيتات | 4,324 |
النسخة الحالية | 0.10.0 |
آخر تحديث | 2018-11-10 |
تاريخ النشر | 2018-11-09 |
تقييم | 4.17/5 مجموع تقييمات 35 |
المطور | https://michaelsolati.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://michaelsolati.com/code |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Doge My Site", "version": "0.10.0", "description": "Add 'MUCH WOW' to any page on the web.", "browser_action": { "default_title": "SUCH WOW", "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "index.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "icons": { "128": "icon.png" } } |