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
Cos'è Netflix and Chill?
Netflix and Chill è un'estensione di Chrome sviluppata da ranneyd, e la sua funzione principale è "This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube".
Scarica il file CRX dell'estensione Netflix and Chill
Scarica i file di estensione Netflix and Chill in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube
Informazioni di Base sull'Estensione
Nome | |
ID | ddncfkfmfenleahgbgmdbnfdbjohmool |
URL Ufficiale | https://chromewebstore.google.com/detail/netflix-and-chill/ddncfkfmfenleahgbgmdbnfdbjohmool |
Descrizione | This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube |
Dimensione del File | 23.14 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-11-24 |
Data di Pubblicazione | 2015-11-23 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | ranneyd |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |