Chrome-Stats
Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.
Was ist Chrome-Stats?
Chrome-Stats ist eine Chrome-Erweiterung, die von https://chrome-stats.com entwickelt wurde, und ihr Hauptmerkmal ist "Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.".
Erweiterungsscreenshots
Chrome-Stats-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chrome-Stats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Chrome-Stats |
ID | ehfbeifiabejfkjhbghkgnnaccfmelkb |
Offizielle URL | https://chromewebstore.google.com/detail/chrome-stats/ehfbeifiabejfkjhbghkgnnaccfmelkb |
Beschreibung | Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons. |
Dateigröße | 140 KB |
Installationsanzahl | 1,401 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2023-12-14 |
Veröffentlichungsdatum | 2023-12-14 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://chrome-stats.com |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://chrome-stats.com/ |
Hilfeseite URL | https://chrome-stats.com/contact |
URL der Datenschutzrichtlinien-Seite | https://chrome-stats.com/privacy |
Unterstützte Sprachen | 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" } } |