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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}