dopeChat
The dopest chat extension for FB Gaming livestreams!
dopeChat là gì?
dopeChat là một tiện ích mở rộng Chrome được phát triển bởi dope, và tính năng chính của nó là "The dopest chat extension for FB Gaming livestreams!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng dopeChat
Tải xuống các tệp mở rộng dopeChat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | dopeChat |
ID | pfbgacokbnigfgdninjmcgokijpfldkn |
URL Chính Thức | https://chromewebstore.google.com/detail/dopechat/pfbgacokbnigfgdninjmcgokijpfldkn |
Mô tả | The dopest chat extension for FB Gaming livestreams! |
Kích Thước Tệp | 128 KB |
Số Lần Cài Đặt | 1,360 |
Phiên Bản Hiện Tại | 1.4.6 |
Cập Nhật Lần Cuối | 2023-01-14 |
Ngày Phát Hành | 2022-04-21 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | dope |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://dopechat.ddns.net/ |
URL Trang Trợ Giúp | https://dopechat.ddns.net/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |