Destinygg Bigscreen Unblock

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

Co to jest Destinygg Bigscreen Unblock?

Destinygg Bigscreen Unblock to rozszerzenie Chrome opracowane przez Jay, a jego główną funkcją jest „Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Destinygg Bigscreen Unblock

Pobierz pliki rozszerzeń Destinygg Bigscreen Unblock w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Destinygg Bigscreen Unblock Destinygg Bigscreen Unblock
ID jghghkcpccakafmgncbhopfjdlcddmnn
Oficjalny URL https://chromewebstore.google.com/detail/destinygg-bigscreen-unblo/jghghkcpccakafmgncbhopfjdlcddmnn
Opis Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.
Rozmiar pliku 8.61 KB
Liczba instalacji 2,358
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-07-05
Data Publikacji 2023-07-05
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper Jay
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}