Your Best World News Extension
This extension helps you simply read the best world news.
O que é Your Best World News Extension?
Your Best World News Extension é uma extensão do Chrome desenvolvida por https://best-news-world.com, e sua principal característica é "This extension helps you simply read the best world news.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Your Best World News Extension
Baixe arquivos de extensão Your Best World News Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | mhcadccilnnadcbjbdmabngbpcignljd |
URL Oficial | https://chromewebstore.google.com/detail/your-best-world-news-exte/mhcadccilnnadcbjbdmabngbpcignljd |
Descrição | This extension helps you simply read the best world news. |
Tamanho do Arquivo | 259 KB |
Contagem de Instalações | 113,244 |
Versão Atual | 1 |
Última Atualização | 2022-05-26 |
Data de Publicação | 2022-05-26 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | https://best-news-world.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://best-news-world.com/ |
URL da Página de Ajuda | https://best-news-world.com/pages/contact.html |
Idiomas Suportados | 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\/*" ] } |