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
擴展基本資訊
名稱 | |
ID | ddncfkfmfenleahgbgmdbnfdbjohmool |
官方網址 | 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" ] } |