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 |
Eメール | [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" } ] } |