FrankerFaceZ
Use a variety of unique faces on Twitch!
什么是FrankerFaceZ?
FrankerFaceZ是由https://frankerfacez.com开发的Chrome扩展程序,该扩展的主要功能是“Use a variety of unique faces on Twitch!”。
扩展截图
下载FrankerFaceZ扩展crx文件
下载FrankerFaceZ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
FrankerFaceZ is a Twitch enhancement suite that provides custom channel emotes, Twitch layout and chat customization, advanced chat moderation tools, and many more unique features designed to make Twitch a more pleasant and social experience for you and the channels you love. 扩展基本信息
| 名称 | |
| ID | fadndhdgpmmaapbmfcknlfgcflmmmieb |
| 官方URL | https://chromewebstore.google.com/detail/frankerfacez/fadndhdgpmmaapbmfcknlfgcflmmmieb |
| 简介 | Use a variety of unique faces on Twitch! |
| 文件大小 | 36.45 KB |
| 安装次数 | 1,421,551 |
| 当前版本 | 1.57 |
| 更新时间 | 2021-09-07 |
| 上架时间 | 2019-03-26 |
| 评分 | 4.45/5 共661次评分 |
| 开发者 | https://frankerfacez.com |
| 付费类型 | free |
| 扩展官网 | http://frankerfacez.com |
| 帮助页面URL | http://frankerfacez.com/contact |
| 隐私政策页面URL | https://www.frankerfacez.com/privacy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FrankerFaceZ",
"short_name": "FFZ",
"version": "1.57",
"description": "Use a variety of unique faces on Twitch!",
"homepage_url": "http:\/\/www.frankerfacez.com",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"script.js"
],
"matches": [
"*:\/\/*.twitch.tv\/*"
],
"exclude_globs": [
"*:\/\/api.twitch.tv\/*"
]
}
],
"permissions": [
"*:\/\/*.twitch.tv\/*",
"*:\/\/*.frankerfacez.com\/*"
]
} | |