DGG Bigscreen Revived

Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen.

DGG Bigscreen Revived क्या है?

DGG Bigscreen Revived https://knowyourinfluencer.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DGG Bigscreen Revived एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल contact@knowyourinfluencer.io
भुगतान के प्रकार 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"
    }
}