Chrome-Stats
Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.
Cos'è Chrome-Stats?
Chrome-Stats è un'estensione di Chrome sviluppata da https://chrome-stats.com, e la sua funzione principale è "Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome-Stats
Scarica i file di estensione Chrome-Stats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Chrome-Stats |
ID | ehfbeifiabejfkjhbghkgnnaccfmelkb |
URL Ufficiale | https://chromewebstore.google.com/detail/chrome-stats/ehfbeifiabejfkjhbghkgnnaccfmelkb |
Descrizione | Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons. |
Dimensione del File | 140 KB |
Conteggio Installazioni | 1,401 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2023-12-14 |
Data di Pubblicazione | 2023-12-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://chrome-stats.com |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://chrome-stats.com/ |
URL della Pagina di Aiuto | https://chrome-stats.com/contact |
URL della Pagina della Politica sulla Privacy | https://chrome-stats.com/privacy |
Lingue Supportate | 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" } } |