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. 擴展基本資訊
| 名稱 | |
| ID | dpjloclnedokpfjlolaebpbaclbdigon |
| 官方網址 | 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\/*"
]
} | |