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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |