Your Best World News Extension
This extension helps you simply read the best world news.
Co je Your Best World News Extension?
Your Best World News Extension je rozšíření Chrome vyvinuté https://best-news-world.com, a jeho hlavní funkcí je „This extension helps you simply read the best world news.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Your Best World News Extension
Stáhněte si soubory rozšíření Your Best World News Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | mhcadccilnnadcbjbdmabngbpcignljd |
Oficiální URL | https://chromewebstore.google.com/detail/your-best-world-news-exte/mhcadccilnnadcbjbdmabngbpcignljd |
Popis | This extension helps you simply read the best world news. |
Velikost souboru | 259 KB |
Počet instalací | 113,244 |
Aktuální Verze | 1 |
Poslední Aktualizace | 2022-05-26 |
Datum Vydání | 2022-05-26 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | https://best-news-world.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://best-news-world.com/ |
URL Stránky Nápovědy | https://best-news-world.com/pages/contact.html |
Podporované Jazyky | 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\/*" ] } |