Autoskip for Youtube™
Autoskip clicks the “Skip” button for you on Youtube™.
Autoskip for Youtube™란 무엇입니까?
Autoskip for Youtube™은(는) Youtube™ Adblock Plus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Autoskip clicks the “Skip” button for you on Youtube™."입니다.
확장 프로그램 스크린샷
Autoskip for Youtube™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Removes ads from Youtube™ AutoSkip for Youtube™ is a content filtering and ad blocking browser extension which blocks all ads on Youtube™. It allows users to prevent page elements, such as advertisements, from being displayed. Banner, Ad-Clips or even preroll ads you usually see before the actual video on Youtube are blocked by this extension. Features: + blocks ads, banner and popups + blocking of ads on external sites which load Youtube + prevent preroll ads from loading on Youtube + you can also remove annotations from videos and music (see options page). + loads videos and YouTube website faster.
확장 프로그램 기본 정보
이름 | Autoskip for Youtube™ |
ID | hnghlobjndnkgkffmggkjgiiiengpblm |
공식 URL | https://chromewebstore.google.com/detail/autoskip-for-youtube/hnghlobjndnkgkffmggkjgiiiengpblm |
설명 | Autoskip clicks the “Skip” button for you on Youtube™. |
파일 크기 | 73.78 KB |
설치 횟수 | 3,370 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2023-11-06 |
출시 날짜 | 2022-08-08 |
평점 | 4.65/5 총 40 개의 평점 |
개발자 | Youtube™ Adblock Plus |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/1gaVcIOwV7NnvyDRtd3eoOIQUYECyEYwLgBD_wHFXlHY |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extShortDesc__", "version": "2.0.1", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/icons-16.png", "128": "images\/icons-128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ] } ], "action": { "default_icon": { "19": "images\/icons-19.png", "38": "images\/icons-38.png" }, "default_title": "AutoSkip for Youtube\u2122 ", "default_popup": "popup.html" }, "permissions": [ "storage", "unlimitedStorage", "declarativeNetRequest", "tabs", "notifications", "gcm" ], "host_permissions": [ "*:\/\/*\/*" ] } |