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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 DGG Bigscreen Revived DGG Bigscreen Revived
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
Eメール [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"
    }
}