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 to jest Netflix and Chill?

Netflix and Chill to rozszerzenie Chrome opracowane przez ranneyd, a jego główną funkcją jest „This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube”.

Pobierz plik CRX rozszerzenia Netflix and Chill

Pobierz pliki rozszerzeń Netflix and Chill w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Netflix and Chill Netflix and Chill
ID ddncfkfmfenleahgbgmdbnfdbjohmool
Oficjalny URL https://chromewebstore.google.com/detail/netflix-and-chill/ddncfkfmfenleahgbgmdbnfdbjohmool
Opis This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube
Rozmiar pliku 23.14 KB
Liczba instalacji 35
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-11-24
Data Publikacji 2015-11-23
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper ranneyd
Typ Płatności free
Obsługiwane Języki 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"
    ]
}