Content Farm Blocker
Preventing to open content farm by mistake
Content Farm Blocker란 무엇입니까?
Content Farm Blocker은(는) Ben Lau에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Preventing to open content farm by mistake"입니다.
확장 프로그램 스크린샷
Content Farm Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you hate content farms, and want to prevent to open it from mistakenly click. You may install this extension to block them. Project Site: https://www.facebook.com/unlimitedbuildworks Source code: https://github.com/benlau/ihatecontentfarms Report Content Farm: https://docs.google.com/forms/d/15PiDGSjDMKorGFkoFKr76kW7NI02eD4IWL-O_OlM1GA/viewform
확장 프로그램 기본 정보
이름 | Content Farm Blocker |
ID | opjaibbmmpldcncnbbglondckfnokfpm |
공식 URL | https://chromewebstore.google.com/detail/content-farm-blocker/opjaibbmmpldcncnbbglondckfnokfpm |
설명 | Preventing to open content farm by mistake |
파일 크기 | 62.03 KB |
설치 횟수 | 49,134 |
현재 버전 | 0.4.6 |
최근 업데이트 | 2020-11-19 |
출시 날짜 | 2017-11-29 |
평점 | 4.84/5 총 378 개의 평점 |
개발자 | Ben Lau |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.4.6", "description": "__MSG_appDesc__", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/", "https:\/\/*\/" ], "default_locale": "en", "options_page": "options.html" } |