Skip Ads

Auto Skipping for all those boring ads on youtube.

Skip Ads là gì?

Skip Ads là một tiện ích mở rộng Chrome được phát triển bởi Adriano Chambel, và tính năng chính của nó là "Auto Skipping for all those boring ads on youtube.".

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

screenshot

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

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

                        If you are tired to click on the skip button or closing boring ads over your video, this extension is for you.
A simple ad skipper that automate the task of to click on skip ad button.                    

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

Tên Skip Ads Skip Ads
ID gmkohmponbmhggcpigfkcadabcjnckii
URL Chính Thức https://chromewebstore.google.com/detail/skip-ads/gmkohmponbmhggcpigfkcadabcjnckii
Mô tả Auto Skipping for all those boring ads on youtube.
Kích Thước Tệp 15.1 KB
Số Lần Cài Đặt 9,740
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2018-12-02
Ngày Phát Hành 2018-12-02
Đánh Giá 3.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Adriano Chambel
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_extShortName__",
    "version": "0.0.2",
    "author": "Adriano Chambel M. de Lima ",
    "homepage_url": "https:\/\/github.com\/achambel\/skip-ads",
    "minimum_chrome_version": "55",
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_extDefaultTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "128x128.png"
    }
}