Reddit visible arrows

Show reddit arrows regardless of subreddit style

Co to jest Reddit visible arrows?

Reddit visible arrows to rozszerzenie Chrome opracowane przez CarlosCheddar, a jego główną funkcją jest „Show reddit arrows regardless of subreddit style”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Reddit visible arrows

Pobierz pliki rozszerzeń Reddit visible arrows w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Reddit visible arrows Reddit visible arrows
ID ehakajcimcpgbaebammmaaacfmnmefjd
Oficjalny URL https://chrome.google.com/webstore/detail/reddit-visible-arrows/ehakajcimcpgbaebammmaaacfmnmefjd
Opis Show reddit arrows regardless of subreddit style
Rozmiar pliku 9.7 KB
Liczba instalacji 223
Aktualna Wersja 0.3.0
Ostatnia Aktualizacja 2017-11-26
Data Publikacji 2017-11-26
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper CarlosCheddar
Typ Płatności free
Strona Rozszerzenia https://github.com/carloscheddar/reddit_visible_arrows
Adres URL Strony Pomocy https://github.com/carloscheddar/reddit_visible_arrows
Obsługiwane Języki 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"
    }
}