Chrome-Stats

Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.

Qu'est-ce que Chrome-Stats ?

Chrome-Stats est une extension Chrome développée par https://chrome-stats.com, et sa fonction principale est "Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Chrome-Stats

Téléchargez les fichiers d'extension Chrome-Stats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Chrome-Stats Chrome-Stats
ID ehfbeifiabejfkjhbghkgnnaccfmelkb
URL Officiel 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.
Taille du Fichier 140 KB
Nombre d'Installations 1,401
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-12-14
Date de Publication 2023-12-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://chrome-stats.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://chrome-stats.com/
URL de la Page d'Aide https://chrome-stats.com/contact
URL de la Page de Politique de Confidentialité https://chrome-stats.com/privacy
Langues Prises en Charge 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"
    }
}