Simple Click Counter

Simple counter for clicks!

What is Simple Click Counter?

Simple Click Counter is a Chrome extension developed by scottyunho, and its main feature is "Simple counter for clicks!".

Extension Screenshots

screenshot

Download Simple Click Counter Extension CRX File

Download Simple Click Counter 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

                        A simple extension that can add or subtract from a total.                    

Extension Basic Information

Name Simple Click Counter Simple Click Counter
ID obmlbfmagbgddcnmhnegnljdmhfnfgmc
Official URL https://chromewebstore.google.com/detail/simple-click-counter/obmlbfmagbgddcnmhnegnljdmhfnfgmc
Description Simple counter for clicks!
File Size 21.76 KB
Installation Count 932
Current Version 1.0
Last Updated 2021-01-01
Publish Date 2021-01-01
Rating 4.00/5 Total 5 Ratings
Developer scottyunho
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Click Counter",
    "version": "1.0",
    "description": "Simple counter for clicks!",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "ClickerIcon.png",
        "default_popup": "popup.html",
        "default_title": "Clicks"
    }
}