dopeChat
The dopest chat extension for FB Gaming livestreams!
dopeChatคืออะไร?
dopeChat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dope และคุณลักษณะหลักของมันคือ "The dopest chat extension for FB Gaming livestreams!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย dopeChat
ดาวน์โหลดไฟล์ส่วนขยาย dopeChat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The browser extension aims to improve the chat experience by adding custom emotes, adjusting the chat appearance, and incorporating various quality of life enhancements and tweaks.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | dopeChat |
ID | pfbgacokbnigfgdninjmcgokijpfldkn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dopechat/pfbgacokbnigfgdninjmcgokijpfldkn |
คำอธิบาย | The dopest chat extension for FB Gaming livestreams! |
ขนาดไฟล์ | 128 KB |
จำนวนการติดตั้ง | 1,360 |
เวอร์ชันปัจจุบัน | 1.4.6 |
อัปเดตครั้งล่าสุด | 2023-01-14 |
วันที่เผยแพร่ | 2022-04-21 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | dope |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://dopechat.ddns.net/ |
URL หน้าช่วยเหลือ | https://dopechat.ddns.net/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.4.6", "name": "dopeChat", "description": "The dopest chat extension for FB Gaming livestreams!", "author": "dope", "homepage_url": "https:\/\/dopechat.ddns.net\/", "icons": { "16": "icon64.png", "32": "icon64.png", "48": "icon64.png", "128": "icon64.png" }, "action": { "default_title": "dopeChat" }, "options_page": "options.html", "background": { "service_worker": "js\/backgroundPage.js" }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*.facebook.com\/*videos\/*" ], "js": [ "js\/contentScript.js", "js\/emoteMenu.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "resources": [ "css\/*", "icon64.png" ] } ], "permissions": [ "storage" ] } |