Medium Clapper

Make your claps be heard on Medium

What is Medium Clapper?

Medium Clapper is a Chrome extension developed by Unknown, and its main feature is "Make your claps be heard on Medium".

Extension Screenshots

Download Medium Clapper Extension CRX File

Download Medium Clapper 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

                        Make your claps be heard on Medium                    

Extension Basic Information

Name Medium Clapper Medium Clapper
ID gmgocojhflaflchnocimjhphoanjkekp
Official URL https://chromewebstore.google.com/detail/medium-clapper/gmgocojhflaflchnocimjhphoanjkekp
Description Make your claps be heard on Medium
File Size 91.13 KB
Installation Count 33
Current Version 0.1
Last Updated 2017-08-24
Publish Date 2017-08-23
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Medium Clapper",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/medium.com\/*"
            ],
            "js": [
                "klang.js",
                "content.js"
            ]
        }
    ]
}