Autoskip for YouTube 2.0
Automatically skips the YouTube ads. 🚫
Autoskip for YouTube 2.0란 무엇입니까?
Autoskip for YouTube 2.0은(는) office에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically skips the YouTube ads. 🚫"입니다.
확장 프로그램 스크린샷
Autoskip for YouTube 2.0 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
⬇️ Easy to set up ⬇️: 1. Install and add the extension to Chrome. 2. That’s all you’ll have to do, it will now automatically click the Ad 'Skip' button while a YouTube video 🎥 is being played. ✨ Features ✨ 1. Works on Youtube. 2. Could be combined with general-purpose ad blockers to block the ads altogether. This extension will auto-skip the ads to improve your YouTube experience.
확장 프로그램 기본 정보
이름 | Autoskip for YouTube 2.0 |
ID | gcgihkjcccpnahfhhkghlhncdaamjccc |
공식 URL | https://chromewebstore.google.com/detail/autoskip-for-youtube-20/gcgihkjcccpnahfhhkghlhncdaamjccc |
설명 | Automatically skips the YouTube ads. 🚫 |
파일 크기 | 8.18 KB |
설치 횟수 | 137 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-03-25 |
출시 날짜 | 2023-03-24 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | office |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autoskip for YouTube 2.0", "version": "1.0", "icons": { "128": "icon_128.png" }, "description": "Automatically skips the YouTube ads. \ud83d\udeab", "content_scripts": [ { "matches": [ "https:\/\/*.YouTube.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 3 } |