Amazon Prime Skip Intro

If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.

ما هو Amazon Prime Skip Intro؟

Amazon Prime Skip Intro هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.".

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

screenshot

تحميل ملف CRX للإضافة Amazon Prime Skip Intro

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

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

                        If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.                    

معلومات أساسية عن التمديد

الاسم Amazon Prime Skip Intro Amazon Prime Skip Intro
ID ladgjhdlgkhjgchhfocgdjlbboihijdl
عنوان URL الرسمي https://chromewebstore.google.com/detail/amazon-prime-skip-intro/ladgjhdlgkhjgchhfocgdjlbboihijdl
الوصف If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.
حجم الملف 33.88 KB
عدد التثبيتات 127
النسخة الحالية 1.0
آخر تحديث 2019-08-02
تاريخ النشر 2019-08-01
تقييم 1.00/5 مجموع تقييمات 4
المطور Unknown
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Prime Skip Intro",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/gp\/video\/*",
                "http:\/\/www.amazon.com\/gp\/video\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}