Destinygg Bigscreen Unblock
Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.
什麼是Destinygg Bigscreen Unblock?
Destinygg Bigscreen Unblock是由Jay開發的Chrome擴展程式,該擴展的主要功能是“Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.”。
擴展截圖
下載Destinygg Bigscreen Unblock擴展crx文件
下載Destinygg Bigscreen Unblock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Destinygg Bigscreen Unblock |
ID | jghghkcpccakafmgncbhopfjdlcddmnn |
官方網址 | https://chromewebstore.google.com/detail/destinygg-bigscreen-unblo/jghghkcpccakafmgncbhopfjdlcddmnn |
簡介 | Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature. |
檔案大小 | 8.61 KB |
安裝次數 | 2,358 |
目前版本 | 1.0.1 |
更新時間 | 2023-07-05 |
上架時間 | 2023-07-05 |
評分 | 5.00/5 共 7 次評分 |
開發者 | Jay |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } ] } |