Destinygg Bigscreen Unblock

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

Cos'è Destinygg Bigscreen Unblock?

Destinygg Bigscreen Unblock è un'estensione di Chrome sviluppata da Jay, e la sua funzione principale è "Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Destinygg Bigscreen Unblock

Scarica i file di estensione Destinygg Bigscreen Unblock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Destinygg Bigscreen Unblock Destinygg Bigscreen Unblock
ID jghghkcpccakafmgncbhopfjdlcddmnn
URL Ufficiale https://chromewebstore.google.com/detail/destinygg-bigscreen-unblo/jghghkcpccakafmgncbhopfjdlcddmnn
Descrizione Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.
Dimensione del File 8.61 KB
Conteggio Installazioni 2,358
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-07-05
Data di Pubblicazione 2023-07-05
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore Jay
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}