DGG Bigscreen Revived

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

O que é DGG Bigscreen Revived?

DGG Bigscreen Revived é uma extensão do Chrome desenvolvida por https://knowyourinfluencer.io, e sua principal característica é "Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DGG Bigscreen Revived

Baixe arquivos de extensão DGG Bigscreen Revived no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Chrome extension that enhances your browsing experience on destiny.gg/bigscreen by automatically embedding the latest YouTube live stream from the Destiny channel.                    

Informações Básicas da Extensão

Nome DGG Bigscreen Revived DGG Bigscreen Revived
ID jnplbgjadchfjhmaoolcmagiikohcklh
URL Oficial https://chromewebstore.google.com/detail/dgg-bigscreen-revived/jnplbgjadchfjhmaoolcmagiikohcklh
Descrição Automatically inserts Destiny's YouTube livestream into the DGG Bigscreen.
Tamanho do Arquivo 13.5 KB
Contagem de Instalações 1,728
Versão Atual 1.3
Última Atualização 2023-07-14
Data de Publicação 2023-06-28
Classificação 5.00/5 Total de 13 Avaliações
Desenvolvedor https://knowyourinfluencer.io
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}