fairad
Removes sponsored content and paid posts from 20min.ch
What is fairad?
fairad is a Chrome extension developed by Daniel Gnägi, and its main feature is "Removes sponsored content and paid posts from 20min.ch".
Extension Screenshots
Download fairad Extension CRX File
Download fairad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | empedbbiabgngoopcmlplkcnpdfagikk |
Official URL | https://chrome.google.com/webstore/detail/fairad/empedbbiabgngoopcmlplkcnpdfagikk |
Description | Removes sponsored content and paid posts from 20min.ch |
File Size | 48.13 KB |
Installation Count | 38 |
Current Version | 1.1 |
Last Updated | 2018-01-04 |
Publish Date | 2018-01-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Daniel Gnägi |
Payment Type | free |
Supported Languages | 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" ] } ] } |