fairad
Removes sponsored content and paid posts from 20min.ch
Apa itu fairad?
fairad adalah ekstensi Chrome yang dikembangkan oleh Daniel Gnägi, dan fitur utamanya adalah "Removes sponsored content and paid posts from 20min.ch".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi fairad
Unduh file ekstensi fairad 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
Hides sponsored content and paid posts on 20min.ch, blick.ch and watson.ch to protect you from subtle Ads. Just install it and it will remove those posts. Because F***ing paid posts.
Informasi Dasar Ekstensi
Nama | |
ID | empedbbiabgngoopcmlplkcnpdfagikk |
URL Resmi | https://chrome.google.com/webstore/detail/fairad/empedbbiabgngoopcmlplkcnpdfagikk |
Deskripsi | Removes sponsored content and paid posts from 20min.ch |
Ukuran File | 48.13 KB |
Jumlah Instalasi | 38 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2018-01-04 |
Tanggal Publikasi | 2018-01-04 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Daniel Gnägi |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "fairad", "version": "1.1", "description": "Removes sponsored content and paid posts from 20min.ch", "icons": { "48": "icons\/icon-01.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.20min.ch\/*", "*:\/\/*.watson.ch\/*", "*:\/\/*.blick.ch\/*" ], "js": [ "assets\/js\/jquery-3.2.1.min.js", "assets\/js\/fairad.js" ] } ] } |