Do Not Like
Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.
Apa itu Do Not Like?
Do Not Like adalah ekstensi Chrome yang dikembangkan oleh Jonty, dan fitur utamanya adalah "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Do Not Like
Unduh file ekstensi Do Not Like dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Do Not Like |
ID | gphlpdohbkajeckfepokpmjedkjaefhf |
URL Resmi | https://chromewebstore.google.com/detail/do-not-like/gphlpdohbkajeckfepokpmjedkjaefhf |
Deskripsi | Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed. |
Ukuran File | 3.91 KB |
Jumlah Instalasi | 16 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2018-09-12 |
Tanggal Publikasi | 2018-09-12 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Jonty |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |