Destinygg Bigscreen Unblock

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

Co je Destinygg Bigscreen Unblock?

Destinygg Bigscreen Unblock je rozšíření Chrome vyvinuté Jay, a jeho hlavní funkcí je „Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Destinygg Bigscreen Unblock

Stáhněte si soubory rozšíření Destinygg Bigscreen Unblock ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Destinygg Bigscreen Unblock Destinygg Bigscreen Unblock
ID jghghkcpccakafmgncbhopfjdlcddmnn
Oficiální URL https://chromewebstore.google.com/detail/destinygg-bigscreen-unblo/jghghkcpccakafmgncbhopfjdlcddmnn
Popis Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.
Velikost souboru 8.61 KB
Počet instalací 2,358
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-07-05
Datum Vydání 2023-07-05
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář Jay
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}