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