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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |