Netflix trailers

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

Co je Netflix trailers?

Netflix trailers je rozšíření Chrome vyvinuté Urucas, a jeho hlavní funkcí je „Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Netflix trailers

Stáhněte si soubory rozšíření Netflix trailers ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Netflix trailers Netflix trailers
ID cghmojgimpekpgegljolidgacdhmikmi
Oficiální URL https://chromewebstore.google.com/detail/netflix-trailers/cghmojgimpekpgegljolidgacdhmikmi
Popis Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.
Velikost souboru 342 KB
Počet instalací 287
Aktuální Verze 0.0.2
Poslední Aktualizace 2014-09-15
Datum Vydání 2014-09-15
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář Urucas
Typ Platby free
Webové stránky Rozšíření https://github.com/Urucas/netflix-trailers
URL Stránky Nápovědy https://github.com/Urucas/netflix-trailers
Podporované Jazyky 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"
            ]
        }
    ]
}