Reddit visible arrows

Show reddit arrows regardless of subreddit style

Apa itu Reddit visible arrows?

Reddit visible arrows adalah ekstensi Chrome yang dikembangkan oleh CarlosCheddar, dan fitur utamanya adalah "Show reddit arrows regardless of subreddit style".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Reddit visible arrows

Unduh file ekstensi Reddit visible arrows dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Reddit visible arrows Reddit visible arrows
ID ehakajcimcpgbaebammmaaacfmnmefjd
URL Resmi https://chrome.google.com/webstore/detail/reddit-visible-arrows/ehakajcimcpgbaebammmaaacfmnmefjd
Deskripsi Show reddit arrows regardless of subreddit style
Ukuran File 9.7 KB
Jumlah Instalasi 223
Versi Saat Ini 0.3.0
Terakhir Diperbarui 2017-11-26
Tanggal Publikasi 2017-11-26
Penilaian 5.00/5 Total 3 Penilaian
Pengembang CarlosCheddar
Tipe Pembayaran free
Situs Ekstensi https://github.com/carloscheddar/reddit_visible_arrows
URL Halaman Bantuan https://github.com/carloscheddar/reddit_visible_arrows
Bahasa yang Didukung 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"
    }
}