Destinygg Bigscreen Unblock

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

Was ist Destinygg Bigscreen Unblock?

Destinygg Bigscreen Unblock ist eine Chrome-Erweiterung, die von Jay entwickelt wurde, und ihr Hauptmerkmal ist "Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.".

Erweiterungsscreenshots

screenshot
screenshot

Destinygg Bigscreen Unblock-Erweiterungs-CRX-Datei herunterladen

Laden Sie Destinygg Bigscreen Unblock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Destinygg Bigscreen Unblock Destinygg Bigscreen Unblock
ID jghghkcpccakafmgncbhopfjdlcddmnn
Offizielle URL https://chromewebstore.google.com/detail/destinygg-bigscreen-unblo/jghghkcpccakafmgncbhopfjdlcddmnn
Beschreibung Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.
Dateigröße 8.61 KB
Installationsanzahl 2,358
Aktuelle Version 1.0.1
Letztes Update 2023-07-05
Veröffentlichungsdatum 2023-07-05
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler Jay
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}