Reddit r/random

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

Cos'è Reddit r/random?

Reddit r/random è un'estensione di Chrome sviluppata da http://timothycarambat.com, e la sua funzione principale è "The new Reddit layout removed the random subreddit button! This will add it back!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reddit r/random

Scarica i file di estensione Reddit r/random 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Reddit r/random Reddit r/random
ID ananajimppbhofggkijnhlkpjbkfpfee
URL Ufficiale https://chrome.google.com/webstore/detail/reddit-rrandom/ananajimppbhofggkijnhlkpjbkfpfee
Descrizione The new Reddit layout removed the random subreddit button! This will add it back!
Dimensione del File 43.08 KB
Conteggio Installazioni 16
Versione Corrente 1.1
Ultimo Aggiornamento 2018-07-03
Data di Pubblicazione 2018-07-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://timothycarambat.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}