Destinygg Bigscreen Unblock

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

Wat is Destinygg Bigscreen Unblock?

Destinygg Bigscreen Unblock is een Chrome-extensie ontwikkeld door Jay, en de belangrijkste functie is "Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Destinygg Bigscreen Unblock

Download Destinygg Bigscreen Unblock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Destinygg Bigscreen Unblock Destinygg Bigscreen Unblock
ID jghghkcpccakafmgncbhopfjdlcddmnn
Officiële URL https://chromewebstore.google.com/detail/destinygg-bigscreen-unblo/jghghkcpccakafmgncbhopfjdlcddmnn
Beschrijving Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.
Bestandsgrootte 8.61 KB
Aantal Installaties 2,358
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-07-05
Publicatiedatum 2023-07-05
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Jay
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}