Netflix Continue Watching

Moves the 'Continue Watching' section to the top of your Netflix page!

ما هو Netflix Continue Watching؟

Netflix Continue Watching هو إضافة Chrome تم تطويرها بواسطة michaelcook.tech، والميزة الرئيسية لها هي "Moves the 'Continue Watching' section to the top of your Netflix page!".

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

screenshot

تحميل ملف CRX للإضافة Netflix Continue Watching

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

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

                        Moves the 'Continue Watching' section to the top of your Netflix page!                    

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

الاسم Netflix Continue Watching Netflix Continue Watching
ID oaebpedoiblbapimeeeclbapilnmlpgm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/netflix-continue-watching/oaebpedoiblbapimeeeclbapilnmlpgm
الوصف Moves the 'Continue Watching' section to the top of your Netflix page!
حجم الملف 133 KB
عدد التثبيتات 890
النسخة الحالية 1.0.4
آخر تحديث 2016-10-06
تاريخ النشر 2016-10-06
تقييم 2.80/5 مجموع تقييمات 10
المطور michaelcook.tech
نوع الدفع free
موقع الإضافة http://yays.co
اللغات المدعومة en-GB
manifest.json
{
    "name": "Netflix Continue Watching",
    "version": "1.0.4",
    "description": "Moves the 'Continue Watching' section to the top of your Netflix page!",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": {
            "16": "icon16.png",
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/browse"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}