Adblock by RoundRobin
Block ads and protect your privacy online.
Adblock by RoundRobin란 무엇입니까?
Adblock by RoundRobin은(는) https://roundrobin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block ads and protect your privacy online."입니다.
확장 프로그램 스크린샷
Adblock by RoundRobin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hate ads online? We do too. Adblock by RoundRobin is the easiest way to block ads and trackers. Stop advertisers and big tech companies from targeting your data while you browse. Automatically stop Facebook ads from following you around. No more annoying Youtube ads interrupting your videos. Say goodbye to pop-ups ads and banner ads. Our one-click setup means no fussing with complicated settings. Install Adblock by RoundRobin and you’ll forget internet ads even existed. RoundRobin designed Adblock to to be *easy to use* for anyone. No IT degree needed. Best of all, Adblock by RoundRobin is free to use.
확장 프로그램 기본 정보
이름 | Adblock by RoundRobin |
ID | ocopecgobfjohhodmnoigchmjomfolek |
공식 URL | https://chromewebstore.google.com/detail/adblock-by-roundrobin/ocopecgobfjohhodmnoigchmjomfolek |
설명 | Block ads and protect your privacy online. |
파일 크기 | 2.43 MB |
설치 횟수 | 668 |
현재 버전 | 1.0.9 |
최근 업데이트 | 2023-03-12 |
출시 날짜 | 2021-04-28 |
평점 | 4.71/5 총 14 개의 평점 |
개발자 | https://roundrobin.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://roundrobin.com/adblock |
도움말 페이지 URL | https://roundrobin.com/adblock |
개인정보 보호 정책 페이지 URL | https://roundrobin.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Chris Young ([email protected])", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "16": "img\/icon_16.png", "32": "img\/icon_32.png" }, "default_popup": "popup-roundrobin.html", "default_title": "Adblock by RoundRobin" }, "commands": [], "content_scripts": [ { "all_frames": true, "js": [ "\/js\/vapi.js", "\/js\/vapi-client.js", "\/js\/contentscript.js" ], "match_about_blank": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": false, "js": [ "\/js\/scriptlets\/subscriber.js" ], "matches": [ "https:\/\/easylist.to\/*", "https:\/\/*.fanboy.co.nz\/*", "https:\/\/filterlists.com\/*", "https:\/\/forums.lanik.us\/*", "https:\/\/github.com\/*", "https:\/\/*.github.io\/*", "https:\/\/*.letsblock.it\/*" ], "run_at": "document_idle" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "default_locale": "en", "description": "Block ads and protect your privacy online.", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "32": "img\/icon_32.png", "64": "img\/icon_64.png" }, "incognito": "split", "manifest_version": 2, "minimum_chrome_version": "73.0", "name": "Adblock by RoundRobin", "permissions": [ "contextMenus", "privacy", "storage", "tabs", "unlimitedStorage", "webNavigation", "webRequest", "webRequestBlocking", " |