Black Out
Make your screen dark while casting a tab to a Chromecast.
什么是Black Out?
Black Out是由gillstrom开发的Chrome扩展程序,该扩展的主要功能是“Make your screen dark while casting a tab to a Chromecast.”。
扩展截图
下载Black Out扩展crx文件
下载Black Out扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make your TV dark in a click while casting a tab to a Chromecast. Restore the screen with a click on the dark tab or the icon. Perfect if you're casting a tab with Spotify, Soundcloud and so on.
扩展基本信息
名称 | |
ID | gepmpjdejgblofalijabkjdmicebgcih |
官方URL | https://chrome.google.com/webstore/detail/black-out/gepmpjdejgblofalijabkjdmicebgcih |
简介 | Make your screen dark while casting a tab to a Chromecast. |
文件大小 | 87.23 KB |
安装次数 | 333 |
当前版本 | 0.0.0.2 |
更新时间 | 2014-04-28 |
上架时间 | 2014-04-28 |
评分 | 4.82/5 共11次评分 |
开发者 | gillstrom |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | http://andreasgillstrom.se |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Black Out", "description": "Make your screen dark while casting a tab to a Chromecast.", "version": "0.0.0.2", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon_128.png" }, "web_accessible_resources": [ "background.js", "background.html", "jquery.min.js", "dark.js" ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |