Destinygg Bigscreen Unblock

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

Apa itu Destinygg Bigscreen Unblock?

Destinygg Bigscreen Unblock adalah ekstensi Chrome yang dikembangkan oleh Jay, dan fitur utamanya adalah "Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Destinygg Bigscreen Unblock

Unduh file ekstensi Destinygg Bigscreen Unblock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Destinygg Bigscreen Unblock Destinygg Bigscreen Unblock
ID jghghkcpccakafmgncbhopfjdlcddmnn
URL Resmi https://chromewebstore.google.com/detail/destinygg-bigscreen-unblo/jghghkcpccakafmgncbhopfjdlcddmnn
Deskripsi Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.
Ukuran File 8.61 KB
Jumlah Instalasi 2,358
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-07-05
Tanggal Publikasi 2023-07-05
Penilaian 5.00/5 Total 7 Penilaian
Pengembang Jay
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}