Youtube Ad Blocker
Block ads on Youtube.
Youtube Ad Blocker란 무엇입니까?
Youtube Ad Blocker은(는) Taha Boulehmi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block ads on Youtube."입니다.
확장 프로그램 스크린샷
Youtube Ad Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension automatically blocks all Youtube ads. It supports all different types of ads: Type 1: Ads that appear in the homepage. Type 2: Ads that appear on top of the suggested list of videos. Type 3: Ads that appear under the description. Type 4: Skippable 5-second-must-be-watched video ads that appear at the beginning of the video, in the middle or at the end. Type 5: Ads that are similar to type 4 but there are two video ads appearing in row instead of one. Type 6: Unskippable 10-second-must-be-watched video ads We do not monitor your browsing history, or collect information about you at all. All the stats displayed are saved in your local device and are not shared with any parties or databases at all.
확장 프로그램 기본 정보
이름 | Youtube Ad Blocker |
ID | iiiilpabaoapcpklalifahaloiejiaio |
공식 URL | https://chromewebstore.google.com/detail/youtube-ad-blocker/iiiilpabaoapcpklalifahaloiejiaio |
설명 | Block ads on Youtube. |
파일 크기 | 339 KB |
설치 횟수 | 3,677 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2023-02-21 |
출시 날짜 | 2022-03-22 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | Taha Boulehmi |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.netapps.tech |
지원되는 언어 | id,de,en,fr,no,tr,es,it,ro,sv,bg,ru,hi,bn,ar,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.2.0", "icons": { "128": "icon.png" }, "action": { "default_title": "__MSG_extName__", "default_icon": "icon.png", "default_popup": "popup\/index.html" }, "permissions": [ "activeTab", "scripting", "storage", "tabs" ], "background": { "service_worker": "ad-blocker\/service-worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "ad-blocker\/content-script.js" ] } ], "default_locale": "en" } |