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