Your Best World News Extension
This extension helps you simply read the best world news.
Co to jest Your Best World News Extension?
Your Best World News Extension to rozszerzenie Chrome opracowane przez https://best-news-world.com, a jego główną funkcją jest „This extension helps you simply read the best world news.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Your Best World News Extension
Pobierz pliki rozszerzeń Your Best World News Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mhcadccilnnadcbjbdmabngbpcignljd |
Oficjalny URL | https://chromewebstore.google.com/detail/your-best-world-news-exte/mhcadccilnnadcbjbdmabngbpcignljd |
Opis | This extension helps you simply read the best world news. |
Rozmiar pliku | 259 KB |
Liczba instalacji | 113,244 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2022-05-26 |
Data Publikacji | 2022-05-26 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | https://best-news-world.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://best-news-world.com/ |
Adres URL Strony Pomocy | https://best-news-world.com/pages/contact.html |
Obsługiwane Języki | 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\/*" ] } |