dopeChat
The dopest chat extension for FB Gaming livestreams!
什么是dopeChat?
dopeChat是由dope开发的Chrome扩展程序,该扩展的主要功能是“The dopest chat extension for FB Gaming livestreams!”。
扩展截图
下载dopeChat扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
]
} | |