Chrome-Stats

Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.

什么是Chrome-Stats?

Chrome-Stats是由https://chrome-stats.com开发的Chrome扩展程序,该扩展的主要功能是“Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.”。

扩展截图

screenshot
screenshot

下载Chrome-Stats扩展crx文件

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

扩展使用说明

                        Access Chrome-Stats directly from extension popup and browser side panel.

Allows you to quickly see more stats for each browse extension as you browse through Chrome Web Store, Edge add-ons store, and Firefox add-ons store.

Features:
- View more accurate user count
- View changes in user count and ratings in compared to one week ago
- View extension overall ranking, category ranking, and keyword ranking
- View risk impact and risk likelihood for each extension
- View permissions requested by the extension
- Quickly go to Chrome-Stats to analyze in more details                    

扩展基本信息

名称 Chrome-Stats Chrome-Stats
ID ehfbeifiabejfkjhbghkgnnaccfmelkb
官方URL https://chromewebstore.google.com/detail/chrome-stats/ehfbeifiabejfkjhbghkgnnaccfmelkb
简介 Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.
文件大小 140 KB
安装次数 1,401
当前版本 1.0.0
更新时间 2023-12-14
上架时间 2023-12-14
评分 5.00/5 共2次评分
开发者 https://chrome-stats.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://chrome-stats.com/
帮助页面URL https://chrome-stats.com/contact
隐私政策页面URL https://chrome-stats.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome-Stats",
    "description": "Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.",
    "version": "1.0.0",
    "author": "[email protected]",
    "homepage_url": "https:\/\/chrome-stats.com\/",
    "action": {
        "default_icon": {
            "16": "logo\/logo_16.png",
            "32": "logo\/logo_32.png",
            "48": "logo\/logo_48.png"
        },
        "default_title": "Chrome-Stats",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/chrome-stats.com\/",
        "https:\/\/edge-stats.com\/",
        "https:\/\/firefox-stats.com\/"
    ],
    "icons": {
        "16": "logo\/logo_16.png",
        "32": "logo\/logo_32.png",
        "48": "logo\/logo_48.png",
        "64": "logo\/logo_64.png",
        "128": "logo\/logo_128.png"
    },
    "side_panel": {
        "default_path": "sidebar.html"
    }
}