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

Apa itu Netflix and Chill?

Netflix and Chill adalah ekstensi Chrome yang dikembangkan oleh ranneyd, dan fitur utamanya adalah "This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube".

Unduh Berkas CRX Ekstensi Netflix and Chill

Unduh file ekstensi Netflix and Chill dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Netflix and Chill Netflix and Chill
ID ddncfkfmfenleahgbgmdbnfdbjohmool
URL Resmi https://chromewebstore.google.com/detail/netflix-and-chill/ddncfkfmfenleahgbgmdbnfdbjohmool
Deskripsi This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube
Ukuran File 23.14 KB
Jumlah Instalasi 35
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-11-24
Tanggal Publikasi 2015-11-23
Penilaian 4.00/5 Total 1 Penilaian
Pengembang ranneyd
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}