Hiper AdBlock for Websites & YouTube™
Hiper AdBlock removes unwanted ad on websites and videos.
Hiper AdBlock for Websites & YouTube™란 무엇입니까?
Hiper AdBlock for Websites & YouTube™은(는) Ultra AdBlock에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hiper AdBlock removes unwanted ad on websites and videos."입니다.
확장 프로그램 스크린샷
Hiper AdBlock for Websites & YouTube™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Removes ads and pop-ups on YouTube™ and your favorite websites, all with low CPU and RAM consumption.
Characteristics:
- Removes ads, banner and popups
- Remove ads on videos on YouTube™
News:
- Already updated to be used with the new Google Chrome update.
It's free to download and use! 확장 프로그램 기본 정보
| 이름 | |
| ID | ehbcbdefgokbnkgnkecmlabccnfnodab |
| 공식 URL | https://chrome.google.com/webstore/detail/hiper-adblock-for-website/ehbcbdefgokbnkgnkecmlabccnfnodab |
| 설명 | Hiper AdBlock removes unwanted ad on websites and videos. |
| 파일 크기 | 284 KB |
| 설치 횟수 | 123,215 |
| 현재 버전 | 2.0.0.9 |
| 최근 업데이트 | 2023-02-16 |
| 출시 날짜 | 2022-09-06 |
| 평점 | 4.39/5 총 310 개의 평점 |
| 개발자 | Ultra AdBlock |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://www.ultra-adblock.com/ |
| 도움말 페이지 URL | https://www.ultra-adblock.com/ |
| 개인정보 보호 정책 페이지 URL | https://www.ultra-adblock.com/privacy-policy.html |
| 지원되는 언어 | de,en,fr,es,pt-BR,pt-PT |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
"version": "2.0.0.9",
"manifest_version": 3,
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"background": {
"service_worker": "scripts\/background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/block-sites-ads.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "scripts\/block-list.json"
}
]
},
"action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "__MSG_extName__",
"default_popup": "pages\/popup.html"
},
"permissions": [
"storage",
"unlimitedStorage",
"cookies",
"declarativeNetRequest",
"declarativeNetRequestFeedback"
],
"host_permissions": [
"*:\/\/*\/*"
]
} | |