Reddit visible arrows

Show reddit arrows regardless of subreddit style

Was ist Reddit visible arrows?

Reddit visible arrows ist eine Chrome-Erweiterung, die von CarlosCheddar entwickelt wurde, und ihr Hauptmerkmal ist "Show reddit arrows regardless of subreddit style".

Erweiterungsscreenshots

screenshot
screenshot

Reddit visible arrows-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reddit visible arrows-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 enables voting arrows regardless of the CSS that the subreddit uses. This also works for subreddits that require subscriptions to enable voting.

Disclaimer: This extension resets the arrow positioning making subs like /r/ShitRedditSays seem like the arrows are inverted. This happens because some subs modify the sprites of the arrows making upvotes look like downvotes and viceversa.                    

Grundlegende Informationen zur Erweiterung

Name Reddit visible arrows Reddit visible arrows
ID ehakajcimcpgbaebammmaaacfmnmefjd
Offizielle URL https://chrome.google.com/webstore/detail/reddit-visible-arrows/ehakajcimcpgbaebammmaaacfmnmefjd
Beschreibung Show reddit arrows regardless of subreddit style
Dateigröße 9.7 KB
Installationsanzahl 223
Aktuelle Version 0.3.0
Letztes Update 2017-11-26
Veröffentlichungsdatum 2017-11-26
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler CarlosCheddar
Zahlungsart free
Erweiterungswebsite https://github.com/carloscheddar/reddit_visible_arrows
Hilfeseite URL https://github.com/carloscheddar/reddit_visible_arrows
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit visible arrows",
    "description": "Show reddit arrows regardless of subreddit style",
    "version": "0.3.0",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon.png",
        "128": "icon128.png"
    }
}