No thanks, Cricinfo

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

No thanks, Cricinfo là gì?

No thanks, Cricinfo là một tiện ích mở rộng Chrome được phát triển bởi MadHat, và tính năng chính của nó là "Removes the annoying prompt on cricinfo that asks you to add their chrome extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng No thanks, Cricinfo

Tải xuống các tệp mở rộng No thanks, Cricinfo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên No thanks, Cricinfo No thanks, Cricinfo
ID nldkdfdnohojkmompfegmcngbpefdnfd
URL Chính Thức https://chrome.google.com/webstore/detail/no-thanks-cricinfo/nldkdfdnohojkmompfegmcngbpefdnfd
Mô tả Removes the annoying prompt on cricinfo that asks you to add their chrome extension
Kích Thước Tệp 3.02 KB
Số Lần Cài Đặt 199
Phiên Bản Hiện Tại 1.5.3
Cập Nhật Lần Cuối 2013-07-05
Ngày Phát Hành 2013-07-05
Đánh Giá 4.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển MadHat
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}