fairad
Removes sponsored content and paid posts from 20min.ch
Wat is fairad?
fairad is een Chrome-extensie ontwikkeld door Daniel Gnägi, en de belangrijkste functie is "Removes sponsored content and paid posts from 20min.ch".
Extensie Screenshots
Download het CRX-bestand van de extensie fairad
Download fairad-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
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.
Basisinformatie over de Extensie
Naam | |
ID | empedbbiabgngoopcmlplkcnpdfagikk |
Officiële URL | https://chrome.google.com/webstore/detail/fairad/empedbbiabgngoopcmlplkcnpdfagikk |
Beschrijving | Removes sponsored content and paid posts from 20min.ch |
Bestandsgrootte | 48.13 KB |
Aantal Installaties | 38 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-01-04 |
Publicatiedatum | 2018-01-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Daniel Gnägi |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |