AdBlock Detector Bypass
Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected
AdBlock Detector Bypass란 무엇입니까?
AdBlock Detector Bypass은(는) Sacred Summit Studio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected"입니다.
확장 프로그램 스크린샷
AdBlock Detector Bypass 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When an adblock detection popup appears simply click on the extension icon to remove the popup.
확장 프로그램 기본 정보
이름 | AdBlock Detector Bypass |
ID | acjlefdefjkldgcimnfkehgbnpjekedo |
공식 URL | https://chromewebstore.google.com/detail/adblock-detector-bypass/acjlefdefjkldgcimnfkehgbnpjekedo |
설명 | Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected |
파일 크기 | 20.74 KB |
설치 횟수 | 13,352 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-10-16 |
출시 날짜 | 2020-10-16 |
평점 | 4.00/5 총 50 개의 평점 |
개발자 | Sacred Summit Studio |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://sacredsummitstudio.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AdBlock Detector Bypass", "version": "1.0", "description": "Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected", "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "icons": { "16": "assets\/abdb.logo.16.png", "48": "assets\/abdb.logo.48.png", "128": "assets\/abdb.logo.128.png" }, "browser_action": { "default_icon": "assets\/abdb.logo.16.png" }, "manifest_version": 2 } |