StatCounter Code Checker

Checks your site for StatCounter code and displays relevant stats

StatCounter Code Checkerとは何ですか?

StatCounter Code CheckerはTiny Fansによって開発されたChromeの拡張機能で、その主な機能は「Checks your site for StatCounter code and displays relevant stats」です。

拡張機能のスクリーンショット

screenshot
screenshot

StatCounter Code Checker拡張機能のCRXファイルをダウンロード

StatCounter Code Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        ]
    }
}