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

什么是Netflix and Chill?

Netflix and Chill是由ranneyd开发的Chrome扩展程序,该扩展的主要功能是“This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube”。

下载Netflix and Chill扩展crx文件

下载Netflix and Chill扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Netflix and Chill Netflix and Chill
ID ddncfkfmfenleahgbgmdbnfdbjohmool
官方URL https://chromewebstore.google.com/detail/netflix-and-chill/ddncfkfmfenleahgbgmdbnfdbjohmool
简介 This extension, when on, turns Netflix videos off after 5 minutes and opens up What's Goin' On by Marvin Gaye on Youtube
文件大小 23.14 KB
安装次数 35
当前版本 1.0
更新时间 2015-11-24
上架时间 2015-11-23
评分 4.00/5 共1次评分
开发者 ranneyd
付费类型 free
支持的语言 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"
    ]
}