Autoskip Youtube Ads
Allows you to autoskip any youtube ad once it is possible
Autoskip Youtube Ads란 무엇입니까?
Autoskip Youtube Ads은(는) jonkotzonev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to autoskip any youtube ad once it is possible"입니다.
확장 프로그램 스크린샷
Autoskip Youtube Ads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will auto skip all the in-video ads that show up in youtube. This is not an AdBlocker it is an Ad Skipper and works only for Youtube videos, allowing you to watch without the need of constantly hitting "Skip ad". To turn it on, you have to install it and enable it. The default action is skip. To stop it - hit the Button that shows the current status and switch it to off. When the status shows in green with the 'ON' label you skipper is working and you can go to every youtube page without worrying for skipping ads. If you want to switch it off, just click again on the status button and it will tun to red with the label 'OFF', you can refresh page and ads will not be Auto-skipped anymore.
확장 프로그램 기본 정보
이름 | Autoskip Youtube Ads |
ID | fdhnlmakcifkamoadlpgiemgekddkfjb |
공식 URL | https://chromewebstore.google.com/detail/autoskip-youtube-ads/fdhnlmakcifkamoadlpgiemgekddkfjb |
설명 | Allows you to autoskip any youtube ad once it is possible |
파일 크기 | 11.05 KB |
설치 횟수 | 56 |
현재 버전 | 3.0 |
최근 업데이트 | 2023-11-21 |
출시 날짜 | 2022-07-07 |
개발자 | jonkotzonev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autoskip Youtube Ads", "description": "Allows you to autoskip any youtube ad once it is possible", "icons": { "16": "icons8-check-all-stickers-16.png", "32": "icons8-check-all-stickers-32.png", "128": "icons8-check-all-128.png" }, "version": "3.0", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_title": "Auto Skip Youtube Ads", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch?*" ], "js": [ "content.js" ] } ] } |