Rocket App
See & stay updated on trending news
O que é Rocket App?
Rocket App é uma extensão do Chrome desenvolvida por Open Team, e sua principal característica é "See & stay updated on trending news".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Rocket App
Baixe arquivos de extensão Rocket App 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
Add the Rocket App to stay on top of trending news around the world. You can see the top news or choose to see the stories from the topic that matter the most to you. In the Rocket App, you can also change your theme settings. The news is provided by CBS News and is owned by CBS News. By clicking "Add to Chrome", I accept and agree to install the Rocket App extension and set the new tab search to that provided by the service. The search will be powered by Microsoft Bing. Privacy Policy: https://openteamconsulting.com/privacy-ext Terms of Service: https://openteamconsulting.com/terms-ext Contact Us: https://openteamconsulting.com/contact
Informações Básicas da Extensão
Nome | Rocket App |
ID | faoconfkohgoflnjaebifajdehfglgef |
URL Oficial | https://chromewebstore.google.com/detail/rocket-app/faoconfkohgoflnjaebifajdehfglgef |
Descrição | See & stay updated on trending news |
Tamanho do Arquivo | 9.45 MB |
Contagem de Instalações | 13,010 |
Versão Atual | 0.0.5 |
Última Atualização | 2023-09-04 |
Data de Publicação | 2022-09-06 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | Open Team |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://openteamconsulting.com/privacy-ext |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "dist\/index.min.html" }, "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "description": "See & stay updated on trending news", "manifest_version": 3, "name": "Rocket App", "permissions": [ "storage", "topSites" ], "host_permissions": [ "*:\/\/*\/*" ], "version": "0.0.5", "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" } } |