Unclap for Medium
Un-Clapping an article should be as simple as a click
What is Unclap for Medium?
Unclap for Medium is a Chrome extension developed by AppMaze.in, and its main feature is "Un-Clapping an article should be as simple as a click".
Extension Screenshots
Download Unclap for Medium Extension CRX File
Download Unclap for Medium 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
Using Unclap, you can easily undo your applause on any Medium article. All you need to do, is to simply press "Shift + U" to Unclap Feedback or Queries : [email protected] Website : https://appmaze.in Twitter : https://twitter.com/AppMazeOfficial Discord : https://discord.gg/3fUX3ebC8Y
Extension Basic Information
Name | Unclap for Medium |
ID | daoomneimadcpoaegfdmalpifnokgpog |
Official URL | https://chromewebstore.google.com/detail/unclap-for-medium/daoomneimadcpoaegfdmalpifnokgpog |
Description | Un-Clapping an article should be as simple as a click |
File Size | 47.74 KB |
Installation Count | 67 |
Current Version | 2.0.0 |
Last Updated | 2022-03-16 |
Publish Date | 2019-12-09 |
Rating | 1.67/5 Total 6 Ratings |
Developer | AppMaze.in |
[email protected] | |
Payment Type | free |
Extension Website | https://appmaze.in |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Unclap for Medium", "short_name": "Unclap", "description": "Un-Clapping an article should be as simple as a click", "version": "2.0.0", "icons": { "128": "assets\/icon-128.png", "48": "assets\/icon-48.png", "16": "assets\/icon-16.png" }, "content_scripts": [ { "js": [ "js\/unclap.js", "js\/jquery-3.4.1.min.js" ], "matches": [ "https:\/\/medium.com\/*" ] } ] } |