Netflix and Chill

This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube

Co je Netflix and Chill?

Netflix and Chill je rozšíření Chrome vyvinuté ranneyd, a jeho hlavní funkcí je „This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube“.

Stáhnout soubor CRX rozšíření Netflix and Chill

Stáhněte si soubory rozšíření Netflix and Chill 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í

                        This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube                    

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

Název Netflix and Chill Netflix and Chill
ID ddncfkfmfenleahgbgmdbnfdbjohmool
Oficiální URL https://chromewebstore.google.com/detail/netflix-and-chill/ddncfkfmfenleahgbgmdbnfdbjohmool
Popis This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube
Velikost souboru 23.14 KB
Počet instalací 35
Aktuální Verze 1.0
Poslední Aktualizace 2015-11-24
Datum Vydání 2015-11-23
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář ranneyd
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Netflix and Chill",
    "description": "This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube",
    "icons": {
        "128": "icon-inverse128.png",
        "16": "icon-inverse16.png",
        "48": "icon-inverse48.png"
    },
    "background": {
        "scripts": [
            "chill.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-inverse48.png",
        "default_title": "Initiate Chill Sequence"
    },
    "permissions": [
        "activeTab"
    ]
}