Destinygg Bigscreen Unblock

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

Qu'est-ce que Destinygg Bigscreen Unblock ?

Destinygg Bigscreen Unblock est une extension Chrome développée par Jay, et sa fonction principale est "Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Destinygg Bigscreen Unblock

Téléchargez les fichiers d'extension Destinygg Bigscreen Unblock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Destinygg Bigscreen Unblock Destinygg Bigscreen Unblock
ID jghghkcpccakafmgncbhopfjdlcddmnn
URL Officiel https://chromewebstore.google.com/detail/destinygg-bigscreen-unblo/jghghkcpccakafmgncbhopfjdlcddmnn
Description Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.
Taille du Fichier 8.61 KB
Nombre d'Installations 2,358
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-07-05
Date de Publication 2023-07-05
Évaluation 5.00/5 Total 7 Évaluations
Développeur Jay
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}