The Best Sports News In The World
This extension helps you simply read the sports news.
O que é The Best Sports News In The World?
The Best Sports News In The World é uma extensão do Chrome desenvolvida por http://sports-best-news.com, e sua principal característica é "This extension helps you simply read the sports news.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The Best Sports News In The World
Baixe arquivos de extensão The Best Sports News In The World 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
Enjoy sports news and updates in your homepage with our extension! By adding the extension, you accept and agree to install, set the Chrome New Tab and to the terms of use, and policies. The new tab search features within the extension will be yahoo https://sports-best-news.com/pages/privacy-policy.html https://sports-best-news.com/pages/terms-of-use.html
Informações Básicas da Extensão
Nome | |
ID | mdneonihdidkfbikoclcffckblcogjbf |
URL Oficial | https://chrome.google.com/webstore/detail/the-best-sports-news-in-t/mdneonihdidkfbikoclcffckblcogjbf |
Descrição | This extension helps you simply read the sports news. |
Tamanho do Arquivo | 95.81 KB |
Contagem de Instalações | 119,704 |
Versão Atual | 1.1 |
Última Atualização | 2023-02-06 |
Data de Publicação | 2022-05-26 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | http://sports-best-news.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://sports-best-news.com/ |
URL da Página de Ajuda | https://sports-best-news.com/pages/contact.html |
URL da Página de Política de Privacidade | https://sports-best-news.com/pages/privacy-policy.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\/balls-sports-128.png", "default_title": "The Best Sports News In The World" }, "description": "This extension helps you simply read the sports news.", "icons": { "128": "icons\/balls-sports-128.png", "16": "icons\/balls-sports-16.png", "32": "icons\/balls-sports-32.png" }, "manifest_version": 3, "name": "The Best Sports News In The World", "version": "1.1", "web_accessible_resources": [ { "resources": [ "icons\/*.svg", "icons\/*.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.sports-best-news.com\/*" ] } |