FeedSpot Minimal
Maximize your reading area with this extension and remove ads
ما هو FeedSpot Minimal؟
FeedSpot Minimal هو إضافة Chrome تم تطويرها بواسطة Prashan Fernando، والميزة الرئيسية لها هي "Maximize your reading area with this extension and remove ads".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FeedSpot Minimal
قم بتنزيل ملفات الامتداد FeedSpot Minimal بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Maximize your reading area with this extension and remove ads
معلومات أساسية عن التمديد
الاسم | FeedSpot Minimal |
ID | dhjjageceimmgofhkplkbdjkfablfopa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/feedspot-minimal/dhjjageceimmgofhkplkbdjkfablfopa |
الوصف | Maximize your reading area with this extension and remove ads |
حجم الملف | 36.06 KB |
عدد التثبيتات | 78 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-02-04 |
تاريخ النشر | 2014-02-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Prashan Fernando |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FeedSpot Minimal", "description": "Maximize your reading area with this extension and remove ads", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*.feedspot.com\/*", "http:\/\/feedspot.com\/*", "https:\/\/*.feedspot.com\/*", "https:\/\/feedspot.com\/*" ], "js": [ "jquery-2.1.0.min.js", "script.min.js" ], "css": [ "minimal.min.css" ] } ] } |