Rocket App
See & stay updated on trending news
Qu'est-ce que Rocket App ?
Rocket App est une extension Chrome développée par Open Team, et sa fonction principale est "See & stay updated on trending news".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rocket App
Téléchargez les fichiers d'extension Rocket App au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Rocket App |
ID | faoconfkohgoflnjaebifajdehfglgef |
URL Officiel | https://chromewebstore.google.com/detail/rocket-app/faoconfkohgoflnjaebifajdehfglgef |
Description | See & stay updated on trending news |
Taille du Fichier | 9.45 MB |
Nombre d'Installations | 13,010 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2023-09-04 |
Date de Publication | 2022-09-06 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Open Team |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://openteamconsulting.com/privacy-ext |
Langues Prises en Charge | 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" } } |