Skip Video Ads in YouTube™

Play any YouTube Video without annoying Ads.

Skip Video Ads in YouTube™ là gì?

Skip Video Ads in YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi https://www.downloadhub.cloud, và tính năng chính của nó là "Play any YouTube Video without annoying Ads.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Skip Video Ads in YouTube™

Tải xuống các tệp mở rộng Skip Video Ads in YouTube™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Skip Video Ads in YouTube™ is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad. A browser extension that automates skipping ad on YouTube. This is not an ad blocker; it just automates the process of clicking on the "Skip Ad" button on YouTube.

This is basically useful when you are watching a YouTube video, and an ad starts playing. YouTube allows you to skip the ad after 5 seconds, but if you can't be bothered to click it yourself, this extension clicks that button for you.

Configurations can be set per channel. Did you know: YouTubers are paid 50% of the revenue for any ads playing on their videos. You can use this extension to play ads longer  for channels you want to support, or skip them entirely for some.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Skip Video Ads in YouTube™ Skip Video Ads in YouTube™
ID bmjgmdoeljhfnajdeknpckcpkimiijci
URL Chính Thức https://chromewebstore.google.com/detail/skip-video-ads-in-youtube/bmjgmdoeljhfnajdeknpckcpkimiijci
Mô tả Play any YouTube Video without annoying Ads.
Kích Thước Tệp 136 KB
Số Lần Cài Đặt 1,118
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2024-01-08
Ngày Phát Hành 2022-09-19
Đánh Giá 4.71/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://www.downloadhub.cloud
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.downloadhub.cloud/2022/09/skip-video-ads-youtube.html
URL Trang Chính Sách Bảo Mật https://www.codehemu.com/p/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en,en-GB,en-US,es,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "data\/icons\/icon-128.png",
            "32": "data\/icons\/icon-32.png",
            "38": "data\/icons\/icon-38.png",
            "512": "data\/icons\/icon-512.png"
        },
        "default_popup": "data\/interface\/index.html?popup",
        "default_title": "__MSG_actionTitle__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "bundled-content-script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "youtube",
                "path": "data\/rules\/youtube.json"
            }
        ]
    },
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2022\/09\/skip-video-ads-youtube.html",
    "icons": {
        "128": "data\/icons\/icon-128.png",
        "32": "data\/icons\/icon-32.png",
        "38": "data\/icons\/icon-38.png",
        "512": "data\/icons\/icon-512.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "options_ui": {
        "open_in_tab": false,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage",
        "scripting",
        "webNavigation",
        "tabs"
    ],
    "short_name": "skip",
    "version": "1.0.3"
}