Block AdBlocker Blockers
Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.
Block AdBlocker Blockers란 무엇입니까?
Block AdBlocker Blockers은(는) https://extensionsworld.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker."입니다.
확장 프로그램 스크린샷
Block AdBlocker Blockers 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Basically what it does is when an AdBlocker-Blocker, blocks your AdBlocker, You can click the "Block AdBlocker Blockers" Icon in the upper right corner of your browser, and this will block the AdBlocker-Blocker from Blocking youck AdBlocker.
확장 프로그램 기본 정보
이름 | Block AdBlocker Blockers |
ID | kkgikoeejocnfndbnkddecapcdbijmjj |
공식 URL | https://chromewebstore.google.com/detail/block-adblocker-blockers/kkgikoeejocnfndbnkddecapcdbijmjj |
설명 | Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker. |
파일 크기 | 189 KB |
설치 횟수 | 79 |
현재 버전 | 0.0.02 |
최근 업데이트 | 2020-12-16 |
출시 날짜 | 2020-12-08 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | https://extensionsworld.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://extensionsworld.com/BlockAdBlockerBlockers |
도움말 페이지 URL | https://extensionsworld.com/contact |
개인정보 보호 정책 페이지 URL | https://extensionsworld.com/legal |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Block AdBlocker Blockers", "permissions": [ "activeTab" ], "version": "0.0.02", "background": { "scripts": [ "bg.js" ] }, "description": "Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.", "icons": { "128": "blockAdBlockerBlockers.png" }, "browser_action": { "default_icon": { "128": "blockAdBlockerBlockers.png" }, "default_title": "I.... I BLOCKED THEM! ... I BLOCKED THEM ALL!!\nThey are BLOCKED... Every single one of them...\nAnd not just the blockers...\nBut the blockers and the blockers that are blocking their blockers too...\nThey are like AdBlocker Blockers, And blocked them like Ad Blocker Blockers!!!\n\nI HATE THEM!!!" }, "web_accessible_resources": [ "injectable.js" ] } |