AdFighter- Faster,Safer & Smarter Ad Blocker
Faster, Safer & Smarter Ad Blocker
AdFighter- Faster,Safer & Smarter Ad Blocker란 무엇입니까?
AdFighter- Faster,Safer & Smarter Ad Blocker은(는) https://theadfighter.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Faster, Safer & Smarter Ad Blocker"입니다.
확장 프로그램 스크린샷
AdFighter- Faster,Safer & Smarter Ad Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enjoy! Faster, Safer and Smarter browsing with AdFighter. Protect your privacy with AdFighter. AdFighter is a powerful, yet simple, ad blocking tool. Our aggressive algorithms block all ads, popups, all formats of online trackers some of them like data brokers, beacon, pixel trackers, heat map trackers. We have made our algorithm strong so you will enjoy surfing as you want. AdFighter blocks annoying content thereby releasing bandwidth & speeding up browsing experience. AdFighter blocks : • Banners, popups • Text advertisement • Video advertisement • Social advertisement • Pop-up windows • Overlay ads • Other harassing advertisement • Deceptive sites • Online trackers Benefits – • Faster, Safer and Smarter Browsing • Intelligent and secure ad-blocker • Best reader mode - Enjoy ad-free content • Get protection from deceptive sites • Active protection from online tracking • Quick control for cookies & history • Reduce bandwidth, CPU & memory usage NOTE: When installing AdFighter, your web browser displays a warning notifying that AdFighter has access to your browsing history and personal information. This message is common to all extensions; we NEVER collect any information from anyone! Any issue, report us: https://theadfighter.com/report.html Any comments contact us: here https://theadfighter.com/contact.html
확장 프로그램 기본 정보
이름 | AdFighter- Faster,Safer & Smarter Ad Blocker |
ID | amgmhmoikcefmalfmbpkpnnpebhmhfnd |
공식 URL | https://chromewebstore.google.com/detail/adfighter-fastersafer-sma/amgmhmoikcefmalfmbpkpnnpebhmhfnd |
설명 | Faster, Safer & Smarter Ad Blocker |
파일 크기 | 1.81 MB |
설치 횟수 | 7,371 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2021-05-19 |
출시 날짜 | 2020-01-29 |
평점 | 4.54/5 총 127 개의 평점 |
개발자 | https://theadfighter.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://theadfighter.com/faq.html |
개인정보 보호 정책 페이지 URL | https://theadfighter.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AdFighter- Faster,Safer & Smarter Ad Blocker", "short_name": "AdFighter", "version": "1.0.1", "description": "Faster, Safer & Smarter Ad Blocker", "icons": { "16": "images\/16_logo.png", "48": "images\/48_logo.png", "128": "images\/128_logo.png" }, "permissions": [ "browsingData", "cookies", "http:\/\/*\/*", "https:\/\/*\/*", "history", "tabs", "webRequest", "webRequestBlocking" ], "browser_action": { "default_icon": { "19": "images\/19_logo.png", "38": "images\/38_logo.png" }, "default_title": "AdFighter", "default_popup": "html\/adfighter.html" }, "background": { "page": "html\/background.html" }, "content_security_policy": "script-src 'self' https:\/\/theadfighter.com\/; object-src 'self'" } |