No thanks, Cricinfo
Removes the annoying prompt on cricinfo that asks you to add their chrome extension
Что такое No thanks, Cricinfo?
No thanks, Cricinfo - это расширение Chrome, разработанное MadHat, и его основная функция - "Removes the annoying prompt on cricinfo that asks you to add their chrome extension".
Снимки экрана расширения
Скачать файл CRX расширения No thanks, Cricinfo
Скачайте файлы расширений 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.
Основная информация о расширении
Название | |
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" } ] } |