BFAds Count Down till BLACK FRIDAY
Count down the days left till BLACK FRIDAY deals.
ما هو BFAds Count Down till BLACK FRIDAY؟
BFAds Count Down till BLACK FRIDAY هو إضافة Chrome تم تطويرها بواسطة Andy Friedl، والميزة الرئيسية لها هي "Count down the days left till BLACK FRIDAY deals.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BFAds Count Down till BLACK FRIDAY
قم بتنزيل ملفات الامتداد BFAds Count Down till BLACK FRIDAY بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | ppkegecpcnhpfacmkoconekkofnemcme |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bfads-count-down-till-bla/ppkegecpcnhpfacmkoconekkofnemcme |
الوصف | Count down the days left till BLACK FRIDAY deals. |
حجم الملف | 502 KB |
عدد التثبيتات | 31 |
النسخة الحالية | 0.1.3 |
آخر تحديث | 2016-11-26 |
تاريخ النشر | 2016-11-26 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | Andy Friedl |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BFAds Count Down till BLACK FRIDAY", "version": "0.1.3", "description": "Count down the days left till BLACK FRIDAY deals.", "minimum_chrome_version": "23", "short_name": "BFAds Count Down", "icons": { "16": "bfads16.png", "48": "bfads48.png", "128": "bfads128.png" }, "permissions": [ "http:\/\/www.bfads.net\/*", "http:\/\/ajax.googleapis.com\/*", "https:\/\/cdnjs.cloudflare.com\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "bfads.png", "default_popup": "popup.html", "persistent": true } } |