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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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" } ] } |