Rocket App

See & stay updated on trending news

什么是Rocket App?

Rocket App是由Open Team开发的Chrome扩展程序,该扩展的主要功能是“See & stay updated on trending news”。

扩展截图

screenshot

下载Rocket App扩展crx文件

下载Rocket App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Rocket App Rocket App
ID faoconfkohgoflnjaebifajdehfglgef
官方URL https://chromewebstore.google.com/detail/rocket-app/faoconfkohgoflnjaebifajdehfglgef
简介 See & stay updated on trending news
文件大小 9.45 MB
安装次数 13,010
当前版本 0.0.5
更新时间 2023-09-04
上架时间 2022-09-06
评分 3.67/5 共3次评分
开发者 Open Team
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://openteamconsulting.com/privacy-ext
支持的语言 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"
    }
}