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

What is Netflix and Chill?

Netflix and Chill is a Chrome extension developed by ranneyd, and its main feature 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 Netflix and Chill Extension CRX File

Download Netflix and Chill extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Netflix and Chill Netflix and Chill
ID ddncfkfmfenleahgbgmdbnfdbjohmool
Official URL 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
File Size 23.14 KB
Installation Count 35
Current Version 1.0
Last Updated 2015-11-24
Publish Date 2015-11-23
Rating 4.00/5 Total 1 Ratings
Developer ranneyd
Payment Type free
Supported Languages 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"
    ]
}