Reddit visible arrows

Show reddit arrows regardless of subreddit style

Cos'è Reddit visible arrows?

Reddit visible arrows è un'estensione di Chrome sviluppata da CarlosCheddar, e la sua funzione principale è "Show reddit arrows regardless of subreddit style".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Reddit visible arrows

Scarica i file di estensione Reddit visible arrows in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Reddit visible arrows Reddit visible arrows
ID ehakajcimcpgbaebammmaaacfmnmefjd
URL Ufficiale https://chrome.google.com/webstore/detail/reddit-visible-arrows/ehakajcimcpgbaebammmaaacfmnmefjd
Descrizione Show reddit arrows regardless of subreddit style
Dimensione del File 9.7 KB
Conteggio Installazioni 223
Versione Corrente 0.3.0
Ultimo Aggiornamento 2017-11-26
Data di Pubblicazione 2017-11-26
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore CarlosCheddar
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/carloscheddar/reddit_visible_arrows
URL della Pagina di Aiuto https://github.com/carloscheddar/reddit_visible_arrows
Lingue Supportate 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"
    }
}