No thanks, Cricinfo

Removes the annoying prompt on cricinfo that asks you to add their chrome extension

No thanks, Cricinfo란 무엇입니까?

No thanks, Cricinfo은(는) MadHat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes the annoying prompt on cricinfo that asks you to add their chrome extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

No thanks, Cricinfo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you constantly annoyed by the little prompt on cricinfo that asks you add their chrome extension?

I am. Everytime I go to cricinfo, by the time I click a link, the prompt appears and ensures that my click takes me to a different page than the one I intended to click.

This extension removes that annoyance. Install and be free of it.

This also removes the ugly black notification that says, "Now you can set your own homepage. Choose from the dropdown below." from the page.

It wil also autoclose the huge video streaming div that shows up every match day.                    

확장 프로그램 기본 정보

이름 No thanks, Cricinfo No thanks, Cricinfo
ID nldkdfdnohojkmompfegmcngbpefdnfd
공식 URL https://chrome.google.com/webstore/detail/no-thanks-cricinfo/nldkdfdnohojkmompfegmcngbpefdnfd
설명 Removes the annoying prompt on cricinfo that asks you to add their chrome extension
파일 크기 3.02 KB
설치 횟수 199
현재 버전 1.5.3
최근 업데이트 2013-07-05
출시 날짜 2013-07-05
평점 4.60/5 총 10 개의 평점
개발자 MadHat
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No thanks, Cricinfo",
    "version": "1.5.3",
    "manifest_version": 2,
    "description": "Removes the annoying prompt on cricinfo that asks you to add their chrome extension",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.espncricinfo.com\/*"
            ],
            "css": [],
            "js": [
                "removechromeprompt.js"
            ],
            "run_at": "document_end"
        }
    ]
}