PrimeSkipper

The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…

PrimeSkipper là gì?

PrimeSkipper là một tiện ích mở rộng Chrome được phát triển bởi James Still, và tính năng chính của nó là "The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…".

Ả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 PrimeSkipper

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

                        The easiest way to skip intros and ads on Amazon Prime Video.

Usage:

To use this extension just go to any international Amazon Prime Video domain and enjoy the freedom to binge watch (without effort) using PrimeSkipper's skipping mechanism of both intros and ads.

----PrimeSkipper v1.1----

> It now works on international domains, enjoy PrimeSkipper whichever your country!
> Upgraded targeting mechanism of the skip buttons.                    

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

Tên PrimeSkipper PrimeSkipper
ID dlhbjflbmicohepmpdldhkkgckhpeofc
URL Chính Thức https://chromewebstore.google.com/detail/primeskipper/dlhbjflbmicohepmpdldhkkgckhpeofc
Mô tả The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…
Kích Thước Tệp 117 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-02-23
Ngày Phát Hành 2021-01-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển James Still
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PrimeSkipper",
    "version": "1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.sg\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.ae\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "PrimeSkipper"
    },
    "icons": {
        "128": "128.png"
    }
}