Auto Skip Ads

Auto Skip Ads is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…

Auto Skip Ads là gì?

Auto Skip Ads là một tiện ích mở rộng Chrome được phát triển bởi polaglick, và tính năng chính của nó là "Auto Skip Ads is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…".

Ả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 Auto Skip Ads

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

                        Auto Skip Ads is an extension that enables you to skip automatically your unnecessary ads. 

Automatically skip a commercial while playing videos, track usage time & many more things with our extension.
The extension simply gives an answer of how to block ads.

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

Who likes Interruption? No one. 
Auto Skip Ads works automatically. Just click "Add to Chrome", then visit your favorite streaming platforms and see the ads disappear! 

Contact us! Show support or leave your comments at: [email protected].

~~ ♥ Keep in touch! ~~

Visit our site to learn more and get our latest updates and news:

→ https://www.autoskipads.com/                    

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

Tên Auto Skip Ads Auto Skip Ads
ID lpcpjnfniblaodlndjjbnfaafehlddnf
URL Chính Thức https://chrome.google.com/webstore/detail/auto-skip-ads/lpcpjnfniblaodlndjjbnfaafehlddnf
Mô tả Auto Skip Ads is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…
Kích Thước Tệp 129 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 1.0.0.86
Cập Nhật Lần Cuối 2022-04-19
Ngày Phát Hành 2022-04-07
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển polaglick
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://autoskipads.com/
URL Trang Trợ Giúp https://autoskipads.com/#contact-us
URL Trang Chính Sách Bảo Mật https://autoskipads.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "",
    "manifest_version": 3,
    "name": "Auto Skip Ads",
    "default_locale": "en",
    "version": "1.0.0.86",
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}