Less Distracting Reddit

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

什麼是Less Distracting Reddit?

Less Distracting Reddit是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Kill Reddit front page + other features to make Reddit a little less distracting.”。

擴展截圖

screenshot
screenshot

下載Less Distracting Reddit擴展crx文件

下載Less Distracting Reddit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}