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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Destinygg Bigscreen Unblock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } ] } |