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 |
| 官方網址 | 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"
}
} | |