The Fast Mode RSS Reader
Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
ما هو The Fast Mode RSS Reader؟
The Fast Mode RSS Reader هو إضافة Chrome تم تطويرها بواسطة http://www.thefastmode.com، والميزة الرئيسية لها هي "Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة The Fast Mode RSS Reader
قم بتنزيل ملفات الامتداد The Fast Mode RSS Reader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business.
معلومات أساسية عن التمديد
الاسم | |
ID | jkocfkhaglikmlcnhjbandkocbllnpfm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/the-fast-mode-rss-reader/jkocfkhaglikmlcnhjbandkocbllnpfm |
الوصف | Brings the latest news and insights for the global telecom sector, covering technology, service innovations and business. |
حجم الملف | 634 KB |
عدد التثبيتات | 209 |
النسخة الحالية | 1.0.7 |
آخر تحديث | 2016-02-07 |
تاريخ النشر | 2016-02-07 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | http://www.thefastmode.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.thefastmode.com/ |
عنوان صفحة سياسة الخصوصية | http://www.thefastmode.com/website-privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Fast Mode RSS Reader", "version": "1.0.7", "manifest_version": 2, "description": "", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/xslt.alexa.com http:\/\/www.thefastmode.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "background", "*:\/\/*.google.com\/", "notifications", "storage", "webRequest" ], "omnibox": { "keyword": "the fast mode" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "The Fast Mode", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/icon-48.png" ] } |