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
官方網址 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"
    }
}