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 هو إضافة Chrome تم تطويرها بواسطة Jay، والميزة الرئيسية لها هي "Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Destinygg Bigscreen Unblock
قم بتنزيل ملفات الامتداد Destinygg Bigscreen Unblock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } ] } |