Dogs to spiders
Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey
ما هو Dogs to spiders؟
Dogs to spiders هو إضافة Chrome تم تطويرها بواسطة saw، والميزة الرئيسية لها هي "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dogs to spiders
قم بتنزيل ملفات الامتداد Dogs to spiders بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This will replace all references to dogs with spiders. For amusement.
معلومات أساسية عن التمديد
الاسم | Dogs to spiders |
ID | jpgleglgimgdfjndpllcfcgacieggogm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dogs-to-spiders/jpgleglgimgdfjndpllcfcgacieggogm |
الوصف | Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey |
حجم الملف | 16.75 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 1.0.7 |
آخر تحديث | 2016-06-07 |
تاريخ النشر | 2016-06-06 |
تقييم | 4.20/5 مجموع تقييمات 5 |
المطور | saw |
نوع الدفع | free |
موقع الإضافة | https://github.com/saw/dogs-to-spiders |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dogs to spiders", "short_name": "Spiders", "description": "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey", "author": "Stephen Woods", "version": "1.0.7", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |