StatCounter Code Checker

Checks your site for StatCounter code and displays relevant stats

StatCounter Code Checker क्या है?

StatCounter Code Checker Tiny Fans द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Checks your site for StatCounter code and displays relevant stats"।

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

screenshot
screenshot

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

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

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

                        StatCounter members can use this to quickly check their site to ensure the StatCounter code is installed.  Also provides some StatCounter links to let you quickly check your stats for the site or page.  Very useful for webmasters who are using StatCounter analytics on their sites.                    

एक्सटेंशन की मूल जानकारी

नाम StatCounter Code Checker StatCounter Code Checker
ID jelkfbcaifgcalegklimgpiaecplgmpd
आधिकारिक URL https://chromewebstore.google.com/detail/statcounter-code-checker/jelkfbcaifgcalegklimgpiaecplgmpd
विवरण Checks your site for StatCounter code and displays relevant stats
फ़ाइल का आकार 29.98 KB
स्थापना संख्या 43
वर्तमान संस्करण 2.1.4
अंतिम अपडेट 2017-05-24
प्रकाशन तिथि 2017-05-23
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Tiny Fans
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StatCounter Code Checker",
    "version": "2.1.4",
    "description": "Checks your site for StatCounter code and displays relevant stats",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "StatCounter Code Checker"
    },
    "background": {
        "scripts": [
            "background.js",
            "block.js"
        ]
    }
}