Destinygg Bigscreen Unblock
Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.
What is Destinygg Bigscreen Unblock?
Destinygg Bigscreen Unblock is a Chrome extension developed by Jay, and its main feature is "Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.".
Extension Screenshots
Download Destinygg Bigscreen Unblock Extension CRX File
Download Destinygg Bigscreen Unblock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Destinygg Bigscreen Unblock |
ID | jghghkcpccakafmgncbhopfjdlcddmnn |
Official URL | https://chromewebstore.google.com/detail/destinygg-bigscreen-unblo/jghghkcpccakafmgncbhopfjdlcddmnn |
Description | Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature. |
File Size | 8.61 KB |
Installation Count | 2,358 |
Current Version | 1.0.1 |
Last Updated | 2023-07-05 |
Publish Date | 2023-07-05 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Jay |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |