Riddit

Hide posts and block subs on Reddit.com

Riddit란 무엇입니까?

Riddit은(는) MAX에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide posts and block subs on Reddit.com"입니다.

확장 프로그램 스크린샷

screenshot

Riddit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Are you tired of visiting Reddit only to see purple links all over the front page? Who reads /r/nosleep anyway? Get rid of unwanted content by clicking on the 'Hide' button next to each post or block an entire subreddit from showing up by clicking 'Block sub'. Install this plugin to clear up the clutter and start consuming fresh content today!

With this plugin, you get a link next to each post for hiding, and a button next to each sub for blocking. In addition to stats about how many posts you've hidden, you'll also get a seamless interface at the top of the page that lets you: 
- Hide all the links on the current page.
- Temporarily see the links that have been hidden on the current page.
- Unblock all the subs you've blocked.
- Reset the extension, making everything become visible again.

FAQ:
Yes, you can use it while logged out of Reddit (intended usage).
No, it does not sync with your phone.
No, it does not work with Incognito mode.
Yes, you should provide feedback about this extension.
No, your hidden links are not tracked.

Contributions are welcome! The Riddit source code is currently hosted on github:

https://github.com/maximusdominus/riddit

Note: up to 200,000 links can be hidden at any time, any additional hidden link will cause the oldest ones to be shown again. This is due to browser memory limitations.                    

확장 프로그램 기본 정보

이름 Riddit Riddit
ID eclfcdibgmjbmnehpilggejlkabkgaok
공식 URL https://chromewebstore.google.com/detail/riddit/eclfcdibgmjbmnehpilggejlkabkgaok
설명 Hide posts and block subs on Reddit.com
파일 크기 41.18 KB
설치 횟수 105
현재 버전 1.6
최근 업데이트 2018-06-18
출시 날짜 2018-06-18
평점 4.00/5 총 8 개의 평점
개발자 MAX
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/maximusdominus/riddit
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Riddit",
    "version": "1.6",
    "description": "Hide posts and block subs on Reddit.com",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/old.reddit.com\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "riddit.js"
            ],
            "css": [
                "riddit.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Riddit",
        "default_icon": "icon.png"
    }
}