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 هو إضافة Chrome تم تطويرها بواسطة James Still، والميزة الرئيسية لها هي "The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PrimeSkipper

قم بتنزيل ملفات الامتداد PrimeSkipper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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"
    }
}