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 |
官方網址 | 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" ] } ] } |