Rocket App
See & stay updated on trending news
Wat is Rocket App?
Rocket App is een Chrome-extensie ontwikkeld door Open Team, en de belangrijkste functie is "See & stay updated on trending news".
Extensie Screenshots
Download het CRX-bestand van de extensie Rocket App
Download Rocket App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Rocket App |
ID | faoconfkohgoflnjaebifajdehfglgef |
Officiële URL | https://chromewebstore.google.com/detail/rocket-app/faoconfkohgoflnjaebifajdehfglgef |
Beschrijving | See & stay updated on trending news |
Bestandsgrootte | 9.45 MB |
Aantal Installaties | 13,010 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2023-09-04 |
Publicatiedatum | 2022-09-06 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Open Team |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://openteamconsulting.com/privacy-ext |
Ondersteunde Talen | 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" } } |