FeedArt
Replaces Facebook ads with Art.
ما هو FeedArt؟
FeedArt هو إضافة Chrome تم تطويرها بواسطة https://feedart.co، والميزة الرئيسية لها هي "Replaces Facebook ads with Art.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FeedArt
قم بتنزيل ملفات الامتداد FeedArt بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Feedart replaces the ads you see on your Facebook feed by cool pieces of art. We feature a different artist or style every week.
معلومات أساسية عن التمديد
الاسم | FeedArt |
ID | glgdckpipcpcjmbkcmnponlnphnkkikn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/feedart/glgdckpipcpcjmbkcmnponlnphnkkikn |
الوصف | Replaces Facebook ads with Art. |
حجم الملف | 196 KB |
عدد التثبيتات | 1,385 |
النسخة الحالية | 0.2.1 |
آخر تحديث | 2017-06-08 |
تاريخ النشر | 2017-06-08 |
تقييم | 4.78/5 مجموع تقييمات 36 |
المطور | https://feedart.co |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.feedart.co |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FeedArt", "version": "0.2.1", "manifest_version": 2, "description": "Replaces Facebook ads with Art.", "homepage_url": "http:\/\/feedart.co\/", "default_locale": "en", "icons": { "16": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "*:\/\/*.facebook.com\/*", "https:\/\/raw.githubusercontent.com\/*\/adblocker-art-facebook\/master\/current-art.json" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "content_script\/script.js" ] } ], "web_accessible_resources": [ "img\/*.png" ] } |