Squid to Kid
Replaces the text 'squid' with 'kid' and vise versa.
ما هو Squid to Kid؟
Squid to Kid هو إضافة Chrome تم تطويرها بواسطة krota، والميزة الرئيسية لها هي "Replaces the text 'squid' with 'kid' and vise versa.".
تحميل ملف CRX للإضافة Squid to Kid
قم بتنزيل ملفات الامتداد Squid to Kid بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Changes 'squid' to 'kid' and vise versa Source: https://github.com/krota/squid-to-kid Forked from Cloud to Butt: https://github.com/panicsteve/cloud-to-butt
معلومات أساسية عن التمديد
الاسم | Squid to Kid |
ID | bodbinigjakmbngmdcknimhpnhnmklji |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/squid-to-kid/bodbinigjakmbngmdcknimhpnhnmklji |
الوصف | Replaces the text 'squid' with 'kid' and vise versa. |
حجم الملف | 12.18 KB |
عدد التثبيتات | 66 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-02-23 |
تاريخ النشر | 2016-02-22 |
تقييم | 4.75/5 مجموع تقييمات 8 |
المطور | krota |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Squid to Kid", "version": "1.1", "description": "Replaces the text 'squid' with 'kid' and vise versa.", "icons": { "16": "icon16.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |