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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chrome-Stats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 Chrome-Stats
ID ehfbeifiabejfkjhbghkgnnaccfmelkb
आधिकारिक URL 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"
    }
}