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
Wat is Netflix and Chill?
Netflix and Chill is een Chrome-extensie ontwikkeld door ranneyd, en de belangrijkste functie is "This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube".
Download het CRX-bestand van de extensie Netflix and Chill
Download Netflix and Chill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube
Basisinformatie over de Extensie
Naam | |
ID | ddncfkfmfenleahgbgmdbnfdbjohmool |
Officiële URL | https://chromewebstore.google.com/detail/netflix-and-chill/ddncfkfmfenleahgbgmdbnfdbjohmool |
Beschrijving | This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube |
Bestandsgrootte | 23.14 KB |
Aantal Installaties | 35 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-11-24 |
Publicatiedatum | 2015-11-23 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ranneyd |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |