Reddit: No More Red Dot

Removes the two red pixels from /r/AdviceAnimals.

Reddit: No More Red Dot란 무엇입니까?

Reddit: No More Red Dot은(는) Marcisoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes the two red pixels from /r/AdviceAnimals."입니다.

확장 프로그램 스크린샷

screenshot

Reddit: No More Red Dot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If the two red pixels on either /r/AdviceAnimals or the comments page annoys you, this is the extension for you.

It simply removes them - not more, not less.

Happy browsing!


**Update 01/22/13**
New strategy for blocking the dot, hopefully a more stable one!
 - This update requires other permissions (less even :))


**Update 12/28/13**
The dot is now gone once again and peace has settled over AdviceAnimals.
 - Merry Christmas


**Update 06/04/13**
They have changed it again and it now works again.
The extension requests access to /r/adviceanimals (notice no uppercase A's), so it is able to remove the dot, even if you write everything lowercase.


**Update 06/03/13**
I have noticed that they (whoever you are!) have modified the dot just enough, so that the extension wasn't able to remove it - it now works again!                    

확장 프로그램 기본 정보

이름 Reddit: No More Red Dot Reddit: No More Red Dot
ID npiniplkldbaabaignmgincofibpfohd
공식 URL https://chrome.google.com/webstore/detail/reddit-no-more-red-dot/npiniplkldbaabaignmgincofibpfohd
설명 Removes the two red pixels from /r/AdviceAnimals.
파일 크기 3.21 KB
설치 횟수 45
현재 버전 1.1.5
최근 업데이트 2014-01-21
출시 날짜 2014-01-21
평점 3.00/5 총 6 개의 평점
개발자 Marcisoft
결제 유형 free
확장 프로그램 웹 사이트 http://www.marcisoft.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Removes the two red pixels from \/r\/AdviceAnimals.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/reddit-no-more-red-dot\/npiniplkldbaabaignmgincofibpfohd",
    "icons": {
        "48": "48.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/d.thumbs.redditmedia.com\/*"
    ],
    "manifest_version": 2,
    "name": "Reddit: No More Red Dot",
    "version": "1.1.5"
}