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 |
官方URL | 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" } ] } |