Liberal to Lizard
Replaces the text 'liberal' with 'lizard'.
ما هو Liberal to Lizard؟
Liberal to Lizard هو إضافة Chrome تم تطويرها بواسطة Alex Hixon، والميزة الرئيسية لها هي "Replaces the text 'liberal' with 'lizard'.".
تحميل ملف CRX للإضافة Liberal to Lizard
قم بتنزيل ملفات الامتداد Liberal to Lizard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | gffjgnochcilollgommfhgndmfanbbnk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/liberal-to-lizard/gffjgnochcilollgommfhgndmfanbbnk |
الوصف | Replaces the text 'liberal' with 'lizard'. |
حجم الملف | 19.06 KB |
عدد التثبيتات | 31 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-09-05 |
تاريخ النشر | 2014-09-05 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | Alex Hixon |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Liberal to Lizard", "version": "1.0", "description": "Replaces the text 'liberal' with 'lizard'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |