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
公式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"
    ]
}