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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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/ |
URL страницы помощи | 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\/*" ] } |