Your Best World News Extension
This extension helps you simply read the best world news.
ما هو Your Best World News Extension؟
Your Best World News Extension هو إضافة Chrome تم تطويرها بواسطة https://best-news-world.com، والميزة الرئيسية لها هي "This extension helps you simply read the best world news.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Your Best World News Extension
قم بتنزيل ملفات الامتداد Your Best World News Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With our extension, enjoy news updates from the world! By adding to chrome, you accept and agree to install our extension, set the Chrome New Tab and to the terms of use, and privacy policy. The new tab .search features within the extension will be powered by Bing https://best-news-world.com/pages/privacy-policy.html https://best-news-world.com/pages/terms-of-use.html
معلومات أساسية عن التمديد
الاسم | |
ID | mhcadccilnnadcbjbdmabngbpcignljd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/your-best-world-news-exte/mhcadccilnnadcbjbdmabngbpcignljd |
الوصف | This extension helps you simply read the best world news. |
حجم الملف | 259 KB |
عدد التثبيتات | 113,244 |
النسخة الحالية | 1 |
آخر تحديث | 2022-05-26 |
تاريخ النشر | 2022-05-26 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | https://best-news-world.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://best-news-world.com/ |
عنوان صفحة المساعدة | https://best-news-world.com/pages/contact.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icons\/news-128.png", "default_title": "Your Best World News Extension" }, "description": "This extension helps you simply read the best world news.", "icons": { "128": "icons\/news-128.png", "16": "icons\/news-16.png", "32": "icons\/news-32.png" }, "manifest_version": 3, "name": "Your Best World News Extension", "version": "1", "web_accessible_resources": [ { "resources": [ "icons\/*.svg", "icons\/*.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.best-news-world.com\/*" ] } |