Prime Ad Skipper

Skips preroll ads for Amazon Prime

Prime Ad Skipper là gì?

Prime Ad Skipper là một tiện ích mở rộng Chrome được phát triển bởi Riley Bourne, và tính năng chính của nó là "Skips preroll ads for Amazon Prime".

Ả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 Prime Ad Skipper

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

                        A simple extension to automatically skip any pre-roll ads in Amazon's Prime Video.

In the current version when an ad begins playing the extension will automatically press the "Skip" button. In future versions this will be toggleable via a popup ui for the edge cases where people may want to view content behind a "Skip" button.

LIMITATIONS:
Currently this only works if you access the video through its respective show page. Results may be varied if you press the "Play" icon on the main home page. This is going to be fixed in future releases.                    

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

Tên Prime Ad Skipper Prime Ad Skipper
ID bnppfgmhmfikbaicmhfhaccjngkjlgig
URL Chính Thức https://chromewebstore.google.com/detail/prime-ad-skipper/bnppfgmhmfikbaicmhfhaccjngkjlgig
Mô tả Skips preroll ads for Amazon Prime
Kích Thước Tệp 39.03 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-12-03
Ngày Phát Hành 2022-12-02
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Riley Bourne
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",
    "name": "Prime Ad Skipper",
    "description": "Skips preroll ads for Amazon Prime",
    "homepage_url": "https:\/\/bigwillyshlongdong.gay",
    "version": "0.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "96": "logo-96.png",
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "js": [
                "idle.js"
            ],
            "matches": [
                "https:\/\/*.primevideo.com\/*detail*",
                "http:\/\/*.primevideo.com\/*detail*"
            ]
        }
    ]
}