YoutubeAutoSkip
A script to automate the skipping of YouTube ads. Using 2 methods, auto button press and Skipping to the end of a current ad.
YoutubeAutoSkip란 무엇입니까?
YoutubeAutoSkip은(는) AshleyTyagi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A script to automate the skipping of YouTube ads. Using 2 methods, auto button press and Skipping to the end of a current ad."입니다.
확장 프로그램 스크린샷
YoutubeAutoSkip 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Now using manifest V3! A script to auto-click skips, the icon which is used was made by Pixel Perfect on https://www.flaticon.com/authors/pixel-perfect An extension with no user-interface which runs in the background and will effectively auto-skip ads on the site youtube.com by either shifting straight to the end of the advertisement or by either automatically pressing the skip button. Disclaimer this will not remove ads on the side of YouTube since it isn't an adblocker it simply auto-clicks skip or either it shifts your progress of watching the ad straight to the end, so you effectively skip it. Here is the link to the Github repository containing the code: https://github.com/oslohes123/YoutubeAutoSkip
확장 프로그램 기본 정보
이름 | YoutubeAutoSkip |
ID | jackpdpiimmbmbcpjoabcahggiaindac |
공식 URL | https://chromewebstore.google.com/detail/youtubeautoskip/jackpdpiimmbmbcpjoabcahggiaindac |
설명 | A script to automate the skipping of YouTube ads. Using 2 methods, auto button press and Skipping to the end of a current ad. |
파일 크기 | 5.86 KB |
설치 횟수 | 51 |
현재 버전 | 3.0 |
최근 업데이트 | 2022-09-26 |
출시 날짜 | 2020-06-28 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | AshleyTyagi |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YoutubeAutoSkip", "version": "3.0", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "script.js" ] } ], "description": "A script to automate the skipping of YouTube ads. Using 2 methods, auto button press and Skipping to the end of a current ad.", "icons": { "48": "icon.ico" } } |