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文件

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

擴展使用說明

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