DGG Bigscreen Revived
Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen.
什么是DGG Bigscreen Revived?
DGG Bigscreen Revived是由https://knowyourinfluencer.io开发的Chrome扩展程序,该扩展的主要功能是“Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen.”。
扩展截图
下载DGG Bigscreen Revived扩展crx文件
下载DGG Bigscreen Revived扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome extension that enhances your browsing experience on destiny.gg/bigscreen by automatically embedding the latest YouTube live stream from the Destiny channel. 扩展基本信息
| 名称 | |
| ID | jnplbgjadchfjhmaoolcmagiikohcklh |
| 官方URL | https://chromewebstore.google.com/detail/dgg-bigscreen-revived/jnplbgjadchfjhmaoolcmagiikohcklh |
| 简介 | Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen. |
| 文件大小 | 13.5 KB |
| 安装次数 | 1,728 |
| 当前版本 | 1.3 |
| 更新时间 | 2023-07-14 |
| 上架时间 | 2023-06-28 |
| 评分 | 5.00/5 共13次评分 |
| 开发者 | https://knowyourinfluencer.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "DGG Bigscreen Revived",
"description": "Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen.",
"version": "1.3",
"action": {
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"tabs"
],
"host_permissions": [
"https:\/\/www.destiny.gg\/bigscreen"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
}
} | |