Do Not Like
Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.
O que é Do Not Like?
Do Not Like é uma extensão do Chrome desenvolvida por Jonty, e sua principal característica é "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Do Not Like
Baixe arquivos de extensão Do Not Like 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
By doing this it trains Twitters Giant Bird Brain that you do not like adverts. Any adverts. Once you've been running this for a day or two you'll stop seeing adverts on all devices when browsing Twitter, not just the website. Hurrah. Code: https://github.com/Jonty/do_not_like
Informações Básicas da Extensão
Nome | Do Not Like |
ID | gphlpdohbkajeckfepokpmjedkjaefhf |
URL Oficial | https://chromewebstore.google.com/detail/do-not-like/gphlpdohbkajeckfepokpmjedkjaefhf |
Descrição | Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed. |
Tamanho do Arquivo | 3.91 KB |
Contagem de Instalações | 16 |
Versão Atual | 0.0.2 |
Última Atualização | 2018-09-12 |
Data de Publicação | 2018-09-12 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Jonty |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Do Not Like", "version": "0.0.2", "manifest_version": 2, "description": "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.", "homepage_url": "http:\/\/github.com\/jonty\/do_not_like", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "src\/inject.js" ] } ], "web_accessible_resources": [ "src\/do_not_like.js" ] } |