Ainslefy
Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.
ما هو Ainslefy؟
Ainslefy هو إضافة Chrome تم تطويرها بواسطة eltorres، والميزة الرئيسية لها هي "Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ainslefy
قم بتنزيل ملفات الامتداد Ainslefy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces all pictures on all webpages to Ainsley Harriot. Fork of nCage and nGabe extensions. Version 1.1 - Updated name from 'Aineslify' to 'Ainslefy'
معلومات أساسية عن التمديد
الاسم | Ainslefy |
ID | icmnddchchkigidflpbndpmmjfmnlajl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ainslefy/icmnddchchkigidflpbndpmmjfmnlajl |
الوصف | Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners. |
حجم الملف | 71.27 KB |
عدد التثبيتات | 765 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-11-05 |
تاريخ النشر | 2014-11-05 |
تقييم | 4.25/5 مجموع تقييمات 40 |
المطور | eltorres |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "jquery-1.8.0.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.", "icons": { "128": "logo.ico", "48": "logo2.ico", "16": "logo3.ico" }, "manifest_version": 2, "name": "Ainslefy", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |