Rocket App
See & stay updated on trending news
¿Qué es Rocket App?
Rocket App es una extensión de Chrome desarrollada por Open Team, y su función principal es "See & stay updated on trending news".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Rocket App
Descarga archivos de extensión Rocket App en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Rocket App |
ID | faoconfkohgoflnjaebifajdehfglgef |
URL Oficial | https://chromewebstore.google.com/detail/rocket-app/faoconfkohgoflnjaebifajdehfglgef |
Descripción | See & stay updated on trending news |
Tamaño del Archivo | 9.45 MB |
Cantidad de Instalaciones | 13,010 |
Versión Actual | 0.0.5 |
Última Actualización | 2023-09-04 |
Fecha de Publicación | 2022-09-06 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | Open Team |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://openteamconsulting.com/privacy-ext |
Idiomas Soportados | 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" } } |