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
Qu'est-ce que Netflix and Chill ?
Netflix and Chill est une extension Chrome développée par ranneyd, et sa fonction principale est "This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube".
Télécharger le fichier CRX de l'extension Netflix and Chill
Téléchargez les fichiers d'extension Netflix and Chill au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube
Informations de Base sur l'Extension
Nom | |
ID | ddncfkfmfenleahgbgmdbnfdbjohmool |
URL Officiel | https://chromewebstore.google.com/detail/netflix-and-chill/ddncfkfmfenleahgbgmdbnfdbjohmool |
Description | This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube |
Taille du Fichier | 23.14 KB |
Nombre d'Installations | 35 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-11-24 |
Date de Publication | 2015-11-23 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | ranneyd |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |