Dbased - based Dlive
add some cool features to Dlive
Dbased - based Dliveคืออะไร?
Dbased - based Dlive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zoomerdev และคุณลักษณะหลักของมันคือ "add some cool features to Dlive"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dbased - based Dlive
ดาวน์โหลดไฟล์ส่วนขยาย Dbased - based Dlive ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Dbased, the Dlive companion. Add some cool features to Dlive, including adding unlimited stickers. More coming soon!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dbased - based Dlive |
ID | bjnemjdjapmakafpckmbdanhglffgpoc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dbased-based-dlive/bjnemjdjapmakafpckmbdanhglffgpoc |
คำอธิบาย | add some cool features to Dlive |
ขนาดไฟล์ | 141 KB |
จำนวนการติดตั้ง | 741 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2020-10-06 |
วันที่เผยแพร่ | 2020-07-02 |
คะแนน | 4.26/5 รวมทั้งหมด 23 คะแนน |
ผู้พัฒนา | zoomerdev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://zoomerdev.github.io/dbased |
URL หน้าช่วยเหลือ | https://github.com/zoomerdev/dbased/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dbased - based Dlive", "version": "1.1.1", "description": "add some cool features to Dlive", "permissions": [ "storage", "*:\/\/graphigo.prd.dlive.tv\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "assets\/*" ], "content_scripts": [ { "matches": [ "https:\/\/dlive.tv\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "icons": { "64": "assets\/logo_small-e277afc9db01f0ccd31bef76efb48dee.png", "128": "assets\/[email protected]", "256": "assets\/[email protected]" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html" } } |