Youtube Ads AutoSkip

Youtube Ads AutoSkip.

Youtube Ads AutoSkip란 무엇입니까?

Youtube Ads AutoSkip은(는) Jin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Youtube Ads AutoSkip."입니다.

확장 프로그램 스크린샷

screenshot

Youtube Ads AutoSkip 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension will auto skip ads on the youtube.
Just simple, easy to use.
=======================
1. Auto skip instead of block.
2. You will see Ads that less than 1 second. (very fast and not different for you)
3. free to use and enjoy it.
=======================
[ About this ]
Just a side project, I don't promise quality of extension.
If this extension so useful for you, That's great.

[v1.0.4]
1. Remove unused permission.                    

확장 프로그램 기본 정보

이름 Youtube Ads AutoSkip Youtube Ads AutoSkip
ID lbpkboobaninkmhefjjcakbllbafmccj
공식 URL https://chromewebstore.google.com/detail/youtube-ads-autoskip/lbpkboobaninkmhefjjcakbllbafmccj
설명 Youtube Ads AutoSkip.
파일 크기 6.85 KB
설치 횟수 5,638
현재 버전 1.0.4
최근 업데이트 2024-02-08
출시 날짜 2023-11-15
평점 4.96/5 총 27 개의 평점
개발자 Jin
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Ads AutoSkip",
    "version": "1.0.4",
    "description": "Youtube Ads AutoSkip.",
    "action": {
        "default_title": "Youtube Ads AutoSkip",
        "default_popup": "index.html",
        "default_icon": "ytb.png"
    },
    "background": {
        "service_worker": "main.js"
    },
    "icons": {
        "128": "ytb.png"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "tabs",
        "scripting"
    ]
}