No thanks, Cricinfo
Removes the annoying prompt on cricinfo that asks you to add their chrome extension
O que é No thanks, Cricinfo?
No thanks, Cricinfo é uma extensão do Chrome desenvolvida por MadHat, e sua principal característica é "Removes the annoying prompt on cricinfo that asks you to add their chrome extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão No thanks, Cricinfo
Baixe arquivos de extensão No thanks, Cricinfo no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | nldkdfdnohojkmompfegmcngbpefdnfd |
URL Oficial | https://chrome.google.com/webstore/detail/no-thanks-cricinfo/nldkdfdnohojkmompfegmcngbpefdnfd |
Descrição | Removes the annoying prompt on cricinfo that asks you to add their chrome extension |
Tamanho do Arquivo | 3.02 KB |
Contagem de Instalações | 199 |
Versão Atual | 1.5.3 |
Última Atualização | 2013-07-05 |
Data de Publicação | 2013-07-05 |
Classificação | 4.60/5 Total de 10 Avaliações |
Desenvolvedor | MadHat |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |