YouTube Ad Skipper

YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!

YouTube Ad Skipper là gì?

YouTube Ad Skipper là một tiện ích mở rộng Chrome được phát triển bởi espacio.abierto, và tính năng chính của nó là "YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Ad Skipper

Tải xuống các tệp mở rộng YouTube Ad Skipper 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

                        YouTube Ad Skipper (1.6)  it is NOT an ad blocker, but rather click programatically to the skip button.

The extension is a basic use of selectors and dispatch events that are triggered when elements are render in the page.
 
The click event is automatically dispatch on the skip button element as soon as it is render, it is basic project but are useful, hope would be same for you, any bug, feedback or suggesting let me know. .                    

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

Tên YouTube Ad Skipper YouTube Ad Skipper
ID pgojhlciioemcalndpjlnffkpmogfbgl
URL Chính Thức https://chromewebstore.google.com/detail/youtube-ad-skipper/pgojhlciioemcalndpjlnffkpmogfbgl
Mô tả YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!
Kích Thước Tệp 39.22 KB
Số Lần Cài Đặt 2,077
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2023-01-03
Ngày Phát Hành 2019-10-07
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển espacio.abierto
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://espierto.com/#portfolio
URL Trang Trợ Giúp https://espierto.com/#contact
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!",
    "icons": {
        "128": "icon_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs69r0petggpC7acaNmXbgYKh55KnqwLPceLNHj95g+qKJe9GSo0wRxegdLdWf+vF\/WnvXORdOOHomIaijFH0SXfVmZ6Dsku7lmB4pjcbAAW5w3mX3F9z1IdWl2T9AbxQcJxIDQDUGA6IIfm6gxXPCq\/qqkDk93OhzH\/CcmzPpBm7vFNACNlK5VpQX\/ufs4cKGfkTSxS4uYYq19HxWcR4a9Kyg5QQp4AjI7S+UNjRSXusoqxEa+hhTmU4OTXZB9dyy0v8BHLoBMIo\/tirvrm4qfAnJ3SglcTYJwQIT2k+5efOqvTxALZKpNaa6JEL4tnUQJL0vjUTaxo5N1yx0zqmLQIDAQAB",
    "manifest_version": 3,
    "name": "YouTube Ad Skipper",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6"
}