AdFly countdown remover
An extension that removes the AdFly countdown.
ما هو AdFly countdown remover؟
AdFly countdown remover هو إضافة Chrome تم تطويرها بواسطة atlazor، والميزة الرئيسية لها هي "An extension that removes the AdFly countdown.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AdFly countdown remover
قم بتنزيل ملفات الامتداد AdFly countdown remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | bnkfkjdohjnkeilfmkniaieojiingggf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/adfly-countdown-remover/bnkfkjdohjnkeilfmkniaieojiingggf |
الوصف | An extension that removes the AdFly countdown. |
حجم الملف | 71.6 KB |
عدد التثبيتات | 699 |
النسخة الحالية | 1.1 |
آخر تحديث | 2012-04-17 |
تاريخ النشر | 2012-04-17 |
تقييم | 1.45/5 مجموع تقييمات 29 |
المطور | atlazor |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "AdFly countdown remover", "description": "An extension that removes the AdFly countdown.", "icons": { "48": "icon48.png", "128": "icon.png" }, "version": "1.1", "permissions": [ "http:\/\/adf.ly\/*" ], "content_scripts": [ { "matches": [ "http:\/\/adf.ly\/*" ], "js": [ "remove.js" ] } ], "manifest_version": 2 } |