Reddit upvote ratio

description

Was ist Reddit upvote ratio?

Reddit upvote ratio ist eine Chrome-Erweiterung, die von Yassinya entwickelt wurde, und ihr Hauptmerkmal ist "description".

Erweiterungsscreenshots

screenshot

Reddit upvote ratio-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reddit upvote ratio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension puts upvote ratio where it used to be, and gets rid of the new “X people here” indicator                    

Grundlegende Informationen zur Erweiterung

Name Reddit upvote ratio Reddit upvote ratio
ID pfobmldpncnhpnojdfloohfjmhjhfkdg
Offizielle URL https://chromewebstore.google.com/detail/reddit-upvote-ratio/pfobmldpncnhpnojdfloohfjmhjhfkdg
Beschreibung description
Dateigröße 12.05 KB
Installationsanzahl 357
Aktuelle Version 0.0.2
Letztes Update 2022-02-09
Veröffentlichungsdatum 2022-02-08
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Yassinya
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit upvote ratio",
    "version": "0.0.2",
    "description": "description",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.reddit.com\/*"
            ],
            "js": [
                "js\/arrive.min.js",
                "js\/content-script.js"
            ],
            "css": []
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icons\/icon_16.png",
            "48": "images\/icons\/icon_48.png",
            "128": "images\/icons\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icons\/icon_16.png",
        "48": "images\/icons\/icon_48.png",
        "128": "images\/icons\/icon_128.png"
    },
    "manifest_version": 3
}