Do Not Like
Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.
Cos'è Do Not Like?
Do Not Like è un'estensione di Chrome sviluppata da Jonty, e la sua funzione principale è "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Do Not Like
Scarica i file di estensione Do Not Like in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Do Not Like |
ID | gphlpdohbkajeckfepokpmjedkjaefhf |
URL Ufficiale | https://chromewebstore.google.com/detail/do-not-like/gphlpdohbkajeckfepokpmjedkjaefhf |
Descrizione | Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed. |
Dimensione del File | 3.91 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2018-09-12 |
Data di Pubblicazione | 2018-09-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Jonty |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |