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
电子邮箱 [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"
        ]
    }
}