PrimeSkipper

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

Wat is PrimeSkipper?

PrimeSkipper is een Chrome-extensie ontwikkeld door James Still, en de belangrijkste functie is "The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PrimeSkipper

Download PrimeSkipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PrimeSkipper PrimeSkipper
ID dlhbjflbmicohepmpdldhkkgckhpeofc
Officiële URL https://chromewebstore.google.com/detail/primeskipper/dlhbjflbmicohepmpdldhkkgckhpeofc
Beschrijving The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…
Bestandsgrootte 117 KB
Aantal Installaties 24
Huidige Versie 1.1
Laatst Bijgewerkt 2021-02-23
Publicatiedatum 2021-01-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar James Still
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}