Reddit r/random

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

Wat is Reddit r/random?

Reddit r/random is een Chrome-extensie ontwikkeld door http://timothycarambat.com, en de belangrijkste functie is "The new Reddit layout removed the random subreddit button! This will add it back!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Reddit r/random

Download Reddit r/random-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Reddit r/random Reddit r/random
ID ananajimppbhofggkijnhlkpjbkfpfee
Officiële URL https://chrome.google.com/webstore/detail/reddit-rrandom/ananajimppbhofggkijnhlkpjbkfpfee
Beschrijving The new Reddit layout removed the random subreddit button! This will add it back!
Bestandsgrootte 43.08 KB
Aantal Installaties 16
Huidige Versie 1.1
Laatst Bijgewerkt 2018-07-03
Publicatiedatum 2018-07-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://timothycarambat.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}