PrimeSkipper

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

Was ist PrimeSkipper?

PrimeSkipper ist eine Chrome-Erweiterung, die von James Still entwickelt wurde, und ihr Hauptmerkmal ist "The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…".

Erweiterungsscreenshots

screenshot

PrimeSkipper-Erweiterungs-CRX-Datei herunterladen

Laden Sie PrimeSkipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PrimeSkipper PrimeSkipper
ID dlhbjflbmicohepmpdldhkkgckhpeofc
Offizielle URL https://chromewebstore.google.com/detail/primeskipper/dlhbjflbmicohepmpdldhkkgckhpeofc
Beschreibung The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…
Dateigröße 117 KB
Installationsanzahl 24
Aktuelle Version 1.1
Letztes Update 2021-02-23
Veröffentlichungsdatum 2021-01-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler James Still
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}