Less Distracting Reddit

Kill Reddit front page + other features to make Reddit a little less distracting.

Less Distracting Reddit क्या है?

Less Distracting Reddit Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kill Reddit front page + other features to make Reddit a little less distracting."।

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

screenshot
screenshot

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

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

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

                        Hide various features of Reddit in order to hopefully make your stay as short as you originally intended. 

No matter which options you choose, you'll still be able to read posts and their comments. This avoids the annoying situation when you use a website blocker only to find that the useful information you're googling can be found only on Reddit.

Features:
- Works on both new and old Reddit
- You can enable only the features you want
- Hide front page
- Hide r/all and r/popular
- Hide browse page of all subreddits
- Hide various distractors like "More posts from r/some community" or "Discussions in r/some"

This addon is open source. The repository is hosted at https://github.com/jaksim/less-distracting-reddit. Suggestions and code contributions are welcome.                    

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

नाम Less Distracting Reddit Less Distracting Reddit
ID ililagkodjpoopfjphagpamfhfbamppa
आधिकारिक URL https://chromewebstore.google.com/detail/less-distracting-reddit/ililagkodjpoopfjphagpamfhfbamppa
विवरण Kill Reddit front page + other features to make Reddit a little less distracting.
फ़ाइल का आकार 22.26 KB
स्थापना संख्या 148
वर्तमान संस्करण 0.5
अंतिम अपडेट 2020-01-29
प्रकाशन तिथि 2020-01-29
रेटिंग 3.80/5 कुल 5 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jaksim/less-distracting-reddit
सहायता पृष्ठ URL https://github.com/jaksim/less-distracting-reddit
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Less Distracting Reddit",
    "version": "0.5",
    "description": "Kill Reddit front page + other features to make Reddit a little less distracting.",
    "icons": {
        "48": "img\/icon.png",
        "96": "img\/icon2x.png",
        "128": "img\/iconc.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "src\/UrlParser.js",
                "src\/kill.js"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": false,
        "page": "options\/options.html"
    },
    "permissions": [
        "storage"
    ]
}