Destinygg Bigscreen Unblock

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

Destinygg Bigscreen Unblock là gì?

Destinygg Bigscreen Unblock là một tiện ích mở rộng Chrome được phát triển bởi Jay, và tính năng chính của nó là "Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Destinygg Bigscreen Unblock

Tải xuống các tệp mở rộng Destinygg Bigscreen Unblock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Destinygg Bigscreen Unblock Destinygg Bigscreen Unblock
ID jghghkcpccakafmgncbhopfjdlcddmnn
URL Chính Thức https://chromewebstore.google.com/detail/destinygg-bigscreen-unblo/jghghkcpccakafmgncbhopfjdlcddmnn
Mô tả Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.
Kích Thước Tệp 8.61 KB
Số Lần Cài Đặt 2,358
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-07-05
Ngày Phát Hành 2023-07-05
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Jay
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}