YouTube Auto Skiper

YouTube Auto Skiper - Automatically skip the ads button appears.

YouTube Auto Skiper란 무엇입니까?

YouTube Auto Skiper은(는) namdaik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "YouTube Auto Skiper - Automatically skip the ads button appears."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

YouTube Auto Skiper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The app will automatically click skip ads on youtube after 5 seconds to skip ads in a friendly manner.
Will also remove annoying ads on pages:
shopee.vn, sendo.vn, tiki.vn, lazada.vn.

If you have any questions about the software, please contact me via email: [email protected]                    

확장 프로그램 기본 정보

이름 YouTube Auto Skiper YouTube Auto Skiper
ID clocflifoieofjffhkhelnmhjibfpihj
공식 URL https://chrome.google.com/webstore/detail/youtube-auto-skiper/clocflifoieofjffhkhelnmhjibfpihj
설명 YouTube Auto Skiper - Automatically skip the ads button appears.
파일 크기 3.78 MB
설치 횟수 33
현재 버전 0.1.1
최근 업데이트 2022-02-18
출시 날짜 2022-02-16
개발자 namdaik
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
개인정보 보호 정책 페이지 URL https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "manifest_version": 3,
    "name": "YouTube Auto Skiper",
    "description": "YouTube Auto Skiper - Automatically skip the ads button appears.",
    "author": "Namdaik",
    "homepage_url": "http:\/\/ext-land.namdaik.com\/",
    "action": {
        "default_popup": "option.html"
    },
    "icons": {
        "128": "assets\/images\/ytskip\/logo-128x128.png",
        "16": "assets\/images\/ytskip\/logo-16x16.png",
        "32": "assets\/images\/ytskip\/logo-32x32.png",
        "64": "assets\/images\/ytskip\/logo-64x64.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "assets\/libs\/jquery.js",
                "assets\/js\/client.js",
                "assets\/js\/content.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.tiki.vn\/*",
                "*:\/\/*.shopee.vn\/*",
                "*:\/\/*.lazada.vn\/*",
                "*:\/\/*.sendo.vn\/*"
            ]
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "activeTab"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset1",
                "enabled": true,
                "path": "assets\/rules.json"
            }
        ]
    }
}