Do Not Like
Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.
Wat is Do Not Like?
Do Not Like is een Chrome-extensie ontwikkeld door Jonty, en de belangrijkste functie is "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.".
Extensie Screenshots
Download het CRX-bestand van de extensie Do Not Like
Download Do Not Like-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Do Not Like |
ID | gphlpdohbkajeckfepokpmjedkjaefhf |
Officiële URL | https://chromewebstore.google.com/detail/do-not-like/gphlpdohbkajeckfepokpmjedkjaefhf |
Beschrijving | Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed. |
Bestandsgrootte | 3.91 KB |
Aantal Installaties | 16 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2018-09-12 |
Publicatiedatum | 2018-09-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Jonty |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |