Ad Skip for YouTube

This exension automatically clicks Skip Ad button on Youtube and loop your Youtube videos.

Ad Skip for YouTubeคืออะไร?

Ad Skip for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://windows11tools.com และคุณลักษณะหลักของมันคือ "This exension automatically clicks Skip Ad button on Youtube and loop your Youtube videos. "

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ad Skip for YouTube

ดาวน์โหลดไฟล์ส่วนขยาย Ad Skip for YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ad Skip for YouTube is a chrome extension to automatically skip ads while watching Youtube. It can automatically press Skip Ad button on youtube videos. This extension helps you CLICK the "Skip Ad" button once it appears. Moreover, this extension helps you auto replay videos with ONE-CLICK. 

Key Features:
Skip ads: automatically skip ads while watching Youtube.
Loop Video: set to loop the videos you like to play over and over again. 
Free: 100% free

Ad Skip for YouTube extension for chrome can skip ads for YouTube videos and set loop for Youtube videos. Download and install to enjoy YouTube videos now.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ad Skip for YouTube Ad Skip for YouTube
ID ohaljbdkibikebnonmblcmpjobjncpcn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ad-skip-for-youtube/ohaljbdkibikebnonmblcmpjobjncpcn
คำอธิบาย This exension automatically clicks Skip Ad button on Youtube and loop your Youtube videos.
ขนาดไฟล์ 767 KB
จำนวนการติดตั้ง 331
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2022-12-08
วันที่เผยแพร่ 2022-11-29
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://windows11tools.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://windows11tools.com/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "commands": {
        "cinema-mode": {
            "description": "__MSG_cinema_mode__",
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "MacCtrl+Shift+Space"
            }
        },
        "create-screenshot": {
            "description": "__MSG_create_screenshot__",
            "suggested_key": {
                "default": "Alt+S"
            }
        },
        "float-video": {
            "description": "__MSG_float_video__",
            "suggested_key": {
                "default": "Ctrl+Space",
                "mac": "MacCtrl+Space"
            }
        },
        "remove-ads": {
            "description": "__MSG_remove_ads__",
            "suggested_key": {
                "default": "Ctrl+Delete",
                "mac": "MacCtrl+Delete"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/common.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "js\/autoads.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "\/css\/content.css",
                "\/js\/nouislider\/nouislider.min.css"
            ],
            "js": [
                "\/js\/youtube-ui.js",
                "\/js\/content.js",
                "\/js\/nouislider\/nouislider.min.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.youtube.com\/*",
            "https:\/\/youtube.com\/*"
        ]
    },
    "homepage_url": "https:\/\/enhanced-videos.dllplayer.com\/",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "256": "img\/256.png",
        "32": "img\/32.png",
        "48": "img\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/"
    ],
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/content.css",
                "js\/*",
                "html\/*",
                "img\/*",
                "options.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "\/img\/48.png",
        "default_popup": "popup.html"
    }
}