Do Not Like
Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.
Co to jest Do Not Like?
Do Not Like to rozszerzenie Chrome opracowane przez Jonty, a jego główną funkcją jest „Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Do Not Like
Pobierz pliki rozszerzeń Do Not Like w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Do Not Like |
ID | gphlpdohbkajeckfepokpmjedkjaefhf |
Oficjalny URL | https://chromewebstore.google.com/detail/do-not-like/gphlpdohbkajeckfepokpmjedkjaefhf |
Opis | Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed. |
Rozmiar pliku | 3.91 KB |
Liczba instalacji | 16 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2018-09-12 |
Data Publikacji | 2018-09-12 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Jonty |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |