Unclap for Medium

Un-Clapping an article should be as simple as a click

Hvad er Unclap for Medium?

Unclap for Medium er en Chrome-udvidelse udviklet af AppMaze.in, og dens hovedfunktion er "Un-Clapping an article should be as simple as a click".

Udvidelsesskærmbilleder

screenshot

Download Unclap for Medium-udvidelses-CRX-fil

Download Unclap for Medium-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Unclap for Medium Unclap for Medium
ID daoomneimadcpoaegfdmalpifnokgpog
Officiel URL https://chromewebstore.google.com/detail/unclap-for-medium/daoomneimadcpoaegfdmalpifnokgpog
Beskrivelse Un-Clapping an article should be as simple as a click
Filstørrelse 47.74 KB
Antal Installationer 67
Nuværende Version 2.0.0
Senest Opdateret 2022-03-16
Udgivelsesdato 2019-12-09
Bedømmelse 1.67/5 Samlet 6 Bedømmelser
Udvikler AppMaze.in
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://appmaze.in
Understøttede Sprog 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\/*"
            ]
        }
    ]
}