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?

PrimeSkipper是由James Still開發的Chrome擴展程式,該擴展的主要功能是“The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…”。

擴展截圖

screenshot

下載PrimeSkipper擴展crx文件

下載PrimeSkipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 PrimeSkipper PrimeSkipper
ID dlhbjflbmicohepmpdldhkkgckhpeofc
官方網址 https://chromewebstore.google.com/detail/primeskipper/dlhbjflbmicohepmpdldhkkgckhpeofc
簡介 The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…
檔案大小 117 KB
安裝次數 24
目前版本 1.1
更新時間 2021-02-23
上架時間 2021-01-15
評分 5.00/5 共 1 次評分
開發者 James Still
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}