Destinygg Bigscreen Unblock

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

¿Qué es Destinygg Bigscreen Unblock?

Destinygg Bigscreen Unblock es una extensión de Chrome desarrollada por Jay, y su función principal es "Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Destinygg Bigscreen Unblock

Descarga archivos de extensión Destinygg Bigscreen Unblock en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Destinygg Bigscreen Unblock Destinygg Bigscreen Unblock
ID jghghkcpccakafmgncbhopfjdlcddmnn
URL Oficial https://chromewebstore.google.com/detail/destinygg-bigscreen-unblo/jghghkcpccakafmgncbhopfjdlcddmnn
Descripción Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.
Tamaño del Archivo 8.61 KB
Cantidad de Instalaciones 2,358
Versión Actual 1.0.1
Última Actualización 2023-07-05
Fecha de Publicación 2023-07-05
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador Jay
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}