Netflix Play/Pause Anywhere

Play and pause Netflix playback by clicking anywhere on the video

ما هو Netflix Play/Pause Anywhere؟

Netflix Play/Pause Anywhere هو إضافة Chrome تم تطويرها بواسطة Luke Flego، والميزة الرئيسية لها هي "Play and pause Netflix playback by clicking anywhere on the video".

تحميل ملف CRX للإضافة Netflix Play/Pause Anywhere

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

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

                        Like YouTube, click on the video to play and pause it.

15/03/2018:
Version 1.2
- Fixed "no refresh" bug
- More of video screen is clickable (beside controls)

03/10/2017:
Version 1.1
 - Updated to suit new player                    

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

الاسم Netflix Play/Pause Anywhere Netflix Play/Pause Anywhere
ID hilokelffnmdaekeghmceeoiggokkeii
عنوان URL الرسمي https://chrome.google.com/webstore/detail/hilokelffnmdaekeghmceeoiggokkeii
الوصف Play and pause Netflix playback by clicking anywhere on the video
حجم الملف 1.27 MB
عدد التثبيتات 200
النسخة الحالية 1.2
آخر تحديث 2018-03-15
تاريخ النشر 2018-03-15
تقييم 4.17/5 مجموع تقييمات 12
المطور Luke Flego
نوع الدفع free
موقع الإضافة https://lukeflego.com/projects/netflix-playpause-anywhere/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Play\/Pause Anywhere",
    "short_name": "NPPA",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Play and pause Netflix playback by clicking anywhere on the video",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "jquery.js",
                "nppa.js"
            ],
            "css": [
                "nppa.css"
            ]
        }
    ]
}