Retruco Eliminate Anti AdBlock
Removes fixed message from Ad-Block blockers
Retruco Eliminate Anti AdBlock란 무엇입니까?
Retruco Eliminate Anti AdBlock은(는) Giovanni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes fixed message from Ad-Block blockers"입니다.
확장 프로그램 스크린샷
Retruco Eliminate Anti AdBlock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Retruco Eliminate Anti AdBlock removes the fixed message from Ad Blockers globally known as ABP AdBlock, AdGuard, uBlock or related. This extension focuses on removing the intrusive messages that detect Ad-Block and force you to turn off the extension function. The fact that the site relies financially on advertising does not legalize or make SPAM mandatory, so this is a way for you to reject the restriction.
확장 프로그램 기본 정보
이름 | Retruco Eliminate Anti AdBlock |
ID | gpkdlgnngkiiphplplodblijekhnjjob |
공식 URL | https://chromewebstore.google.com/detail/retruco-eliminate-anti-ad/gpkdlgnngkiiphplplodblijekhnjjob |
설명 | Removes fixed message from Ad-Block blockers |
파일 크기 | 205 KB |
설치 횟수 | 1,578 |
현재 버전 | 1.3.0 |
최근 업데이트 | 2018-10-12 |
출시 날짜 | 2018-10-11 |
평점 | 3.37/5 총 19 개의 평점 |
개발자 | Giovanni |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "pt_BR", "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "author": "Giovanni Ramos", "version": "1.3.0", "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "__MSG_ext_name__", "default_icon": { "16": "img\/icon-16-off.png", "32": "img\/icon-32.png" } }, "permissions": [ "activeTab", "webNavigation" ] } |