Netflix trailers

Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.

Netflix trailersคืออะไร?

Netflix trailers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Urucas และคุณลักษณะหลักของมันคือ "Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer."

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

screenshot

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

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

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

                        Watch your netflix movies or series trailers right in the Netflix webiste. With this extension, when the movie info pops up, know you'll see a "View Trailer" button, click it to directly watch a youtube trailer.                    

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

ชื่อ Netflix trailers Netflix trailers
ID cghmojgimpekpgegljolidgacdhmikmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netflix-trailers/cghmojgimpekpgegljolidgacdhmikmi
คำอธิบาย Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.
ขนาดไฟล์ 342 KB
จำนวนการติดตั้ง 287
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2014-09-15
วันที่เผยแพร่ 2014-09-15
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Urucas
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Urucas/netflix-trailers
URL หน้าช่วยเหลือ https://github.com/Urucas/netflix-trailers
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix trailers",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.",
    "homepage_url": "https:\/\/github.com\/Urucas\/netflix-trailers",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "*:\/\/*.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}