Reddit r/random

The new Reddit layout removed the random subreddit button! This will add it back!

Apa itu Reddit r/random?

Reddit r/random adalah ekstensi Chrome yang dikembangkan oleh http://timothycarambat.com, dan fitur utamanya adalah "The new Reddit layout removed the random subreddit button! This will add it back!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Reddit r/random

Unduh file ekstensi Reddit r/random 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

                        The new layout of Reddit removed the random subreddit button! It was always a good way to find and discover new communities in Reddit. This extensions adds it back seamlessly into the sidebar!

**CHANGE LOG**
version 1.1:
Reddit removed sticky sidebar, so I moved the random button to the sticky top bar.                    

Informasi Dasar Ekstensi

Nama Reddit r/random Reddit r/random
ID ananajimppbhofggkijnhlkpjbkfpfee
URL Resmi https://chrome.google.com/webstore/detail/reddit-rrandom/ananajimppbhofggkijnhlkpjbkfpfee
Deskripsi The new Reddit layout removed the random subreddit button! This will add it back!
Ukuran File 43.08 KB
Jumlah Instalasi 16
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-07-03
Tanggal Publikasi 2018-07-03
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://timothycarambat.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit r\/random",
    "description": "The new Reddit layout removed the random subreddit button! This will add it back!",
    "manifest_version": 2,
    "version": "1.1",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "random.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}