Unclap for Medium
Un-Clapping an article should be as simple as a click
Vad är Unclap for Medium?
Unclap for Medium är en Chrome-tillägg utvecklad av AppMaze.in, och dess huvudfunktion är "Un-Clapping an article should be as simple as a click".
Tilläggsskärmbilder
Ladda ner Unclap for Medium-förlängningens CRX-fil
Ladda ner Unclap for Medium-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | daoomneimadcpoaegfdmalpifnokgpog |
| Officiell webbadress | https://chromewebstore.google.com/detail/unclap-for-medium/daoomneimadcpoaegfdmalpifnokgpog |
| Beskrivning | Un-Clapping an article should be as simple as a click |
| Filstorlek | 47.74 KB |
| Antal Installationer | 67 |
| Aktuell Version | 2.0.0 |
| Senast Uppdaterad | 2022-03-16 |
| Publiceringsdatum | 2019-12-09 |
| Betyg | 1.67/5 Totalt 6 Betyg |
| Utvecklare | AppMaze.in |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://appmaze.in |
| Stödda Språk | 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\/*"
]
}
]
} | |