Less Distracting Reddit

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

ما هو Less Distracting Reddit؟

Less Distracting Reddit هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Kill Reddit front page + other features to make Reddit a little less distracting.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Less Distracting Reddit

قم بتنزيل ملفات الامتداد Less Distracting Reddit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    ]
}