Chrome-Stats
Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.
What is Chrome-Stats?
Chrome-Stats is a Chrome extension developed by https://chrome-stats.com, and its main feature is "Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.".
Extension Screenshots
Download Chrome-Stats Extension CRX File
Download Chrome-Stats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | ehfbeifiabejfkjhbghkgnnaccfmelkb |
| Official URL | https://chromewebstore.google.com/detail/chrome-stats/ehfbeifiabejfkjhbghkgnnaccfmelkb |
| Description | Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons. |
| File Size | 140 KB |
| Installation Count | 1,401 |
| Current Version | 1.0.0 |
| Last Updated | 2023-12-14 |
| Publish Date | 2023-12-14 |
| Rating | 5.00/5 Total 2 Ratings |
| Developer | https://chrome-stats.com |
| [email protected] | |
| Payment Type | in_app |
| Extension Website | https://chrome-stats.com/ |
| Help Page URL | https://chrome-stats.com/contact |
| Privacy Policy Page URL | https://chrome-stats.com/privacy |
| Supported Languages | 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"
}
} | |