The FFZ Enhancing Add-On
An add-on for enhancing functionality of "FrankerFaceZ"
什么是The FFZ Enhancing Add-On?
The FFZ Enhancing Add-On是由Tester007开发的Chrome扩展程序,该扩展的主要功能是“An add-on for enhancing functionality of "FrankerFaceZ"”。
扩展截图
下载The FFZ Enhancing Add-On扩展crx文件
下载The FFZ Enhancing Add-On扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds some helpful functionality to FFZ extension. You can check currently available enhancements on the screenshots. For this extension to work you first need to install "FrankerFaceZ" from https://chrome.google.com/webstore/detail/fadndhdgpmmaapbmfcknlfgcflmmmieb This extension does not transmit or collect any information.
扩展基本信息
名称 | The FFZ Enhancing Add-On |
ID | dpjloclnedokpfjlolaebpbaclbdigon |
官方URL | https://chromewebstore.google.com/detail/the-ffz-enhancing-add-on/dpjloclnedokpfjlolaebpbaclbdigon |
简介 | An add-on for enhancing functionality of "FrankerFaceZ" |
文件大小 | 26.69 KB |
安装次数 | 20,000 |
当前版本 | 6.0 |
更新时间 | 2019-11-07 |
上架时间 | 2019-11-05 |
评分 | 4.53/5 共17次评分 |
开发者 | Tester007 |
付费类型 | free |
扩展官网 | https://tester798.github.io/ffzenhancing/ |
帮助页面URL | https://tester798.github.io/ffzenhancing/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The FFZ Enhancing Add-On", "short_name": "ffzenhancing", "description": "An add-on for enhancing functionality of \"FrankerFaceZ\"", "version": "6.0", "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\/*" ] } |