Novedades en Netflix

Agrega Novedades a las opciones de Netflix

Novedades en Netflixคืออะไร?

Novedades en Netflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย edgargutierrezpiceno และคุณลักษณะหลักของมันคือ "Agrega Novedades a las opciones de Netflix"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Novedades en Netflix

ดาวน์โหลดไฟล์ส่วนขยาย Novedades en Netflix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Con esta extensión puedes usar la opción NOVEDADES en las opciones de la página principal de Netflix.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Novedades en Netflix Novedades en Netflix
ID gfcbcbniigpoaleeohjieokjhhbpnojc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/novedades-en-netflix/gfcbcbniigpoaleeohjieokjhhbpnojc
คำอธิบาย Agrega Novedades a las opciones de Netflix
ขนาดไฟล์ 213 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2014-02-25
วันที่เผยแพร่ 2014-02-25
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา edgargutierrezpiceno
ประเภทการชำระเงิน free
ภาษาที่รองรับ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Novedades en Netflix",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Agrega Novedades a las opciones de Netflix",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "http:\/\/www.netflix.com\/*",
        "https:\/\/www.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.netflix.com\/*",
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "run_at": "document_end"
        }
    ]
}