fairad
Removes sponsored content and paid posts from 20min.ch
什么是fairad?
fairad是由Daniel Gnägi开发的Chrome扩展程序,该扩展的主要功能是“Removes sponsored content and paid posts from 20min.ch”。
扩展截图
下载fairad扩展crx文件
下载fairad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | empedbbiabgngoopcmlplkcnpdfagikk |
官方URL | https://chrome.google.com/webstore/detail/fairad/empedbbiabgngoopcmlplkcnpdfagikk |
简介 | Removes sponsored content and paid posts from 20min.ch |
文件大小 | 48.13 KB |
安装次数 | 38 |
当前版本 | 1.1 |
更新时间 | 2018-01-04 |
上架时间 | 2018-01-04 |
评分 | 5.00/5 共1次评分 |
开发者 | Daniel Gnägi |
付费类型 | free |
支持的语言 | 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" ] } ] } |