fairad
Removes sponsored content and paid posts from 20min.ch
fairad là gì?
fairad là một tiện ích mở rộng Chrome được phát triển bởi Daniel Gnägi, và tính năng chính của nó là "Removes sponsored content and paid posts from 20min.ch".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng fairad
Tải xuống các tệp mở rộng fairad dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | empedbbiabgngoopcmlplkcnpdfagikk |
URL Chính Thức | https://chrome.google.com/webstore/detail/fairad/empedbbiabgngoopcmlplkcnpdfagikk |
Mô tả | Removes sponsored content and paid posts from 20min.ch |
Kích Thước Tệp | 48.13 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2018-01-04 |
Ngày Phát Hành | 2018-01-04 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Daniel Gnägi |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |