Destinygg Bigscreen Unblock

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

Vad är Destinygg Bigscreen Unblock?

Destinygg Bigscreen Unblock är en Chrome-tillägg utvecklad av Jay, och dess huvudfunktion är "Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Destinygg Bigscreen Unblock-förlängningens CRX-fil

Ladda ner Destinygg Bigscreen Unblock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Destinygg Bigscreen Unblock Destinygg Bigscreen Unblock
ID jghghkcpccakafmgncbhopfjdlcddmnn
Officiell webbadress https://chromewebstore.google.com/detail/destinygg-bigscreen-unblo/jghghkcpccakafmgncbhopfjdlcddmnn
Beskrivning Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.
Filstorlek 8.61 KB
Antal Installationer 2,358
Aktuell Version 1.0.1
Senast Uppdaterad 2023-07-05
Publiceringsdatum 2023-07-05
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare Jay
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}