Fark Nag Eliminator
Disable fark.com's Adblock notification nag! By SysOp.
Fark Nag Eliminator란 무엇입니까?
Fark Nag Eliminator은(는) mudmin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disable fark.com's Adblock notification nag! By SysOp."입니다.
확장 프로그램 스크린샷
Fark Nag Eliminator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you love Fark.com and use an ad-blocking software, this simple extension gets rid of Fark's annoying "Fark feeds our squirrel with revenue from ads, please whitelist us in adblock/noscript/your-ad-blocker-of-choice! (Read more) Or please consider joining TotalFark" message.
확장 프로그램 기본 정보
이름 | |
ID | oefeinhipbdjeemidefnpdlmcjhgahge |
공식 URL | https://chrome.google.com/webstore/detail/fark-nag-eliminator/oefeinhipbdjeemidefnpdlmcjhgahge |
설명 | Disable fark.com's Adblock notification nag! By SysOp. |
파일 크기 | 329 KB |
설치 횟수 | 23 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2014-09-21 |
출시 날짜 | 2014-09-21 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | mudmin |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fark Nag Eliminator", "version": "1.3.1", "description": "Disable fark.com's Adblock notification nag! By SysOp.", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.fark.com\/*", "https:\/\/*.fark.com\/*" ], "js": [ "main.js" ], "run_at": "document_end", "all_frames": true } ] } |