Remove Adblock Thing
Remove the Adblock Popup from YOUTUBE
Remove Adblock Thing란 무엇입니까?
Remove Adblock Thing은(는) https://afixer.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove the Adblock Popup from YOUTUBE"입니다.
확장 프로그램 스크린샷
Remove Adblock Thing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Remove the Adblock Popup from YouTube
This extension packages the 'RemoveAdblockThing' script, which can be found at . This script effectively blocks YouTube's ad blocker detection popup.
Features:
- Lightweight: This extension is designed to be lightweight, ensuring it won't slow down your browsing experience.
- No Additional Permissions Required: You won't need to grant any additional permissions for this extension to work.
- Open Source: This extension is open source and can be found at .
- No Tampermonkey Required: This extension functions as a standalone script, eliminating the need to install Tampermonkey first. Simply install this extension and enjoy an ad-free YouTube experience! 확장 프로그램 기본 정보
| 이름 | |
| ID | bfpadbloibjmakbdbmljnbacfggmghmk |
| 공식 URL | https://chromewebstore.google.com/detail/remove-adblock-thing/bfpadbloibjmakbdbmljnbacfggmghmk |
| 설명 | Remove the Adblock Popup from YOUTUBE |
| 파일 크기 | 11.43 KB |
| 설치 횟수 | 4,847 |
| 현재 버전 | 1.0 |
| 최근 업데이트 | 2023-11-07 |
| 출시 날짜 | 2023-11-07 |
| 평점 | 4.58/5 총 12 개의 평점 |
| 개발자 | https://afixer.app |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 도움말 페이지 URL | https://github.com/openhoangnc/Youtube-Ad-blocker-Reminder-Remover/issues |
| 개인정보 보호 정책 페이지 URL | https://afixer.app/privacy-policy.txt |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": {
"128": "icon.png"
}
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*.youtube.com\/*"
]
}
],
"description": "Remove the Adblock Popup from YOUTUBE",
"icons": {
"128": "icon.png"
},
"manifest_version": 3,
"name": "Remove Adblock Thing",
"version": "1.0"
} | |