NflxIntroSkip (Netflix Intro Skip)

Automatically skip intros in the Netflix web-player

ما هو NflxIntroSkip (Netflix Intro Skip)؟

NflxIntroSkip (Netflix Intro Skip) هو إضافة Chrome تم تطويرها بواسطة gmertes، والميزة الرئيسية لها هي "Automatically skip intros in the Netflix web-player".

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

screenshot

تحميل ملف CRX للإضافة NflxIntroSkip (Netflix Intro Skip)

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

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

                        A lightweight browser extension that does one thing and one thing only: automatically skip show intros on Netflix. 

-The best at what it does: automatically click on the Skip Intro button in Netflix
-Install and forget, there's no configuration
-Extremely small footprint and zero overhead, only contains the absolute bare minimum to perform its function
-No analytics
-Free and open source                    

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

الاسم NflxIntroSkip (Netflix Intro Skip) NflxIntroSkip (Netflix Intro Skip)
ID jiindpkmmoompocmhgnfabfhlhniolpl
عنوان URL الرسمي https://chromewebstore.google.com/detail/nflxintroskip-netflix-int/jiindpkmmoompocmhgnfabfhlhniolpl
الوصف Automatically skip intros in the Netflix web-player
حجم الملف 9.26 KB
عدد التثبيتات 169
النسخة الحالية 1.0.0
آخر تحديث 2021-10-20
تاريخ النشر 2021-10-20
تقييم 5.00/5 مجموع تقييمات 4
المطور gmertes
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/gmertes/NflxIntroSkip
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "NflxIntroSkip",
    "description": "Automatically skip intros in the Netflix web-player",
    "version": "1.0.0",
    "manifest_version": 2,
    "name": "NflxIntroSkip (Netflix Intro Skip)",
    "homepage_url": "https:\/\/github.com\/gmertes\/NflxIntroSkip",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/www.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "content.min.js"
            ],
            "run_at": "document_start"
        }
    ]
}