The Best News Extension
This extension helps you simply read the world news.
O que é The Best News Extension?
The Best News Extension é uma extensão do Chrome desenvolvida por https://newsbuzzzer.com, e sua principal característica é "This extension helps you simply read the world news.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The Best News Extension
Baixe arquivos de extensão The Best 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
Get news and updates all over the world right at your homepage! By clicking “Add To Chrome”, you accept and agree to install our News Extension, set the Chrome™ New Tab - newsbuzzzer.com, and to the Terms of Use, and Privacy Policy. The New Tab Search features within the extension will be powered by Microsoft Bing http://newsbuzzzer.com/pages/terms-of-use.html https://newsbuzzzer.com/pages/privacy-policy.html https://newsbuzzzer.com/pages/about-us.html https://newsbuzzzer.com/pages/contact.html
Informações Básicas da Extensão
Nome | The Best News Extension |
ID | bodhfgccecdbobfmnjhlokhlohihpjhi |
URL Oficial | https://chromewebstore.google.com/detail/the-best-news-extension/bodhfgccecdbobfmnjhlokhlohihpjhi |
Descrição | This extension helps you simply read the world news. |
Tamanho do Arquivo | 145 KB |
Contagem de Instalações | 113,335 |
Versão Atual | 1.2 |
Última Atualização | 2022-06-02 |
Data de Publicação | 2022-04-13 |
Desenvolvedor | https://newsbuzzzer.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://newsbuzzzer.com/ |
URL da Página de Ajuda | https://newsbuzzzer.com/pages/contact.html |
URL da Página de Política de Privacidade | https://newsbuzzzer.com/pages/privacy-policy.html |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icons\/128.png", "default_title": "The Best News Extension" }, "description": "This extension helps you simply read the world news.", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "manifest_version": 3, "name": "The Best News Extension", "version": "1.2", "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.newsbuzzzer.com\/*" ] } |