SkipAds

Utility to skip ad automatically

SkipAds là gì?

SkipAds là một tiện ích mở rộng Chrome được phát triển bởi Aman A. Agarwal, và tính năng chính của nó là "Utility to skip ad automatically".

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

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

                        - Use this extension to automatically skip ads on Youtube. It just works. 
- Detects a Youtube webpage and only then works in the background. 
- Also added is a mute feature which mutes the ads and unmutes when the video playback resumes to give you uninterrupted experience
- Support for other streaming services like Saavn, Gaana, etc. to roll out in future, so stay tuned.

**Bug Fixes**
- Now works without any need for reload.                    

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

Tên SkipAds SkipAds
ID fmkjadgnhcdgdgllhfdimhgocdienbdm
URL Chính Thức https://chrome.google.com/webstore/detail/skipads/fmkjadgnhcdgdgllhfdimhgocdienbdm
Mô tả Utility to skip ad automatically
Kích Thước Tệp 20.26 KB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2018-07-26
Ngày Phát Hành 2018-07-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Aman A. Agarwal
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SkipAds",
    "short_name": "SkipAds",
    "description": "Utility to skip ad automatically",
    "manifest_version": 2,
    "version": "0.3",
    "author": "Aman A. Agarwal",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}