Reddit r/random

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

Reddit r/random क्या है?

Reddit r/random http://timothycarambat.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The new Reddit layout removed the random subreddit button! This will add it back!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reddit r/random एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Reddit r/random Reddit r/random
ID ananajimppbhofggkijnhlkpjbkfpfee
आधिकारिक URL https://chrome.google.com/webstore/detail/reddit-rrandom/ananajimppbhofggkijnhlkpjbkfpfee
विवरण The new Reddit layout removed the random subreddit button! This will add it back!
फ़ाइल का आकार 43.08 KB
स्थापना संख्या 16
वर्तमान संस्करण 1.1
अंतिम अपडेट 2018-07-03
प्रकाशन तिथि 2018-07-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर http://timothycarambat.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}