Rocket App
See & stay updated on trending news
Cos'è Rocket App?
Rocket App è un'estensione di Chrome sviluppata da Open Team, e la sua funzione principale è "See & stay updated on trending news".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rocket App
Scarica i file di estensione Rocket App in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Rocket App |
ID | faoconfkohgoflnjaebifajdehfglgef |
URL Ufficiale | https://chromewebstore.google.com/detail/rocket-app/faoconfkohgoflnjaebifajdehfglgef |
Descrizione | See & stay updated on trending news |
Dimensione del File | 9.45 MB |
Conteggio Installazioni | 13,010 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2023-09-04 |
Data di Pubblicazione | 2022-09-06 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | Open Team |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://openteamconsulting.com/privacy-ext |
Lingue Supportate | 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" } } |