Youtube Ad Skipper

Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…

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 Zubair Mohsin, và tính năng chính của nó là "Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…".

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

                        Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this extension to do it for you. While you are sitting on chair and watching Youtube videos in a comfy way, you don't need to move forward yourself and click on Skip Ad. By installing this app, videos that are skippable, will be skipped automatically. Happy Watching :)                    

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

Tên Youtube Ad Skipper Youtube Ad Skipper
ID enihkpojbigcklkiniiknjplcfihheca
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-ad-skipper/enihkpojbigcklkiniiknjplcfihheca
Mô tả Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…
Kích Thước Tệp 44.95 KB
Số Lần Cài Đặt 663
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-12-22
Ngày Phát Hành 2017-12-22
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Zubair Mohsin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Ad Skipper",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "skip_16.png",
        "48": "skip_48.png",
        "128": "skip_128.png"
    }
}