Destinygg Bigscreen Unblock

Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.

O que é Destinygg Bigscreen Unblock?

Destinygg Bigscreen Unblock é uma extensão do Chrome desenvolvida por Jay, e sua principal característica é "Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Destinygg Bigscreen Unblock

Baixe arquivos de extensão Destinygg Bigscreen Unblock 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

                        A recent change to Dgg gave mods the power to prevent users from embedding certain content on the Bigscreen page. Destiny's own Kick and YouTube streams were the first to be blocked.

This extension simply restores your ability to embed Destiny's streams and any other content that may be blocked in the future.                    

Informações Básicas da Extensão

Nome Destinygg Bigscreen Unblock Destinygg Bigscreen Unblock
ID jghghkcpccakafmgncbhopfjdlcddmnn
URL Oficial https://chromewebstore.google.com/detail/destinygg-bigscreen-unblo/jghghkcpccakafmgncbhopfjdlcddmnn
Descrição Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.
Tamanho do Arquivo 8.61 KB
Contagem de Instalações 2,358
Versão Atual 1.0.1
Última Atualização 2023-07-05
Data de Publicação 2023-07-05
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor Jay
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": "Destinygg Bigscreen Unblock",
    "description": "Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.",
    "version": "1.0.1",
    "author": "Jay",
    "icons": {
        "128": "dgg-unblock.png"
    },
    "content_scripts": [
        {
            "world": "MAIN",
            "matches": [
                "https:\/\/www.destiny.gg\/bigscreen"
            ],
            "js": [
                "get-it-twisted.js"
            ],
            "run_at": "document_start"
        }
    ]
}