No
This is a No button for the web. Unhappy with a site? Just say no.
O que é No?
No é uma extensão do Chrome desenvolvida por Emlyn O'Regan, e sua principal característica é "This is a No button for the web. Unhappy with a site? Just say no.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão No
Baixe arquivos de extensão No 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
Is a website annoying you with popups, redirects, animated banners, videos? Tell them NO with this app. NO sends them a message in their site logs expressing your displeasure, then closes the tab. Read more here: https://medium.com/@emlynoregan/a-no-button-for-the-web-60a8b4e78bd2 Update: Now it doesn't just close the tab, it'll back up through your history until you leave the site.
Informações Básicas da Extensão
Nome | |
ID | jmfapkolpjppffoknmidjmfdlnkicmkh |
URL Oficial | https://chrome.google.com/webstore/detail/no/jmfapkolpjppffoknmidjmfdlnkicmkh |
Descrição | This is a No button for the web. Unhappy with a site? Just say no. |
Tamanho do Arquivo | 45.99 KB |
Contagem de Instalações | 132 |
Versão Atual | 1.2 |
Última Atualização | 2015-08-08 |
Data de Publicação | 2015-08-08 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Emlyn O'Regan |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No", "description": "This is a No button for the web. Unhappy with a site? Just say no.", "version": "1.2", "author": "Emlyn O'Regan", "icons": { "16": "noicon16.png", "48": "noicon48.png", "128": "noicon128.png" }, "browser_action": { "default_icon": "noicon48.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "*:\/\/*\/" ] } |