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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}