StatCounter Code Checker
Checks your site for StatCounter code and displays relevant stats
What is StatCounter Code Checker?
StatCounter Code Checker is a Chrome extension developed by Tiny Fans, and its main feature is "Checks your site for StatCounter code and displays relevant stats".
Extension Screenshots
Download StatCounter Code Checker Extension CRX File
Download StatCounter Code Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | StatCounter Code Checker |
ID | jelkfbcaifgcalegklimgpiaecplgmpd |
Official URL | https://chromewebstore.google.com/detail/statcounter-code-checker/jelkfbcaifgcalegklimgpiaecplgmpd |
Description | Checks your site for StatCounter code and displays relevant stats |
File Size | 29.98 KB |
Installation Count | 43 |
Current Version | 2.1.4 |
Last Updated | 2017-05-24 |
Publish Date | 2017-05-23 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Tiny Fans |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |