The FFZ Add-On Pack
A combination of add-ons for the Twitch extension "FrankerFaceZ"
什麼是The FFZ Add-On Pack?
The FFZ Add-On Pack是由Lordmau5開發的Chrome擴展程式,該擴展的主要功能是“A combination of add-ons for the Twitch extension "FrankerFaceZ"”。
擴展截圖
下載The FFZ Add-On Pack擴展crx文件
下載The FFZ Add-On Pack擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
We hereby present our newest invention in browser extension technology: The FrankerFaceZ Add-On Pack! Formerly known as "BetterTTV Emotes for FrankerFaceZ", this extension is aiming to be more modular and thus support not just BTTV but also other services easily. As of version 2.0.0 it supports BetterTTV emotes in a better way than BTTV4FFZ could have ever done. If you only use BetterTTV for the emotes, there is no need to anymore if you have The FFZ Add-On Pack installed. Stay tuned for more addons in the future! (FrankerFaceZ is required for this extension to function)
擴展基本資訊
名稱 | The FFZ Add-On Pack |
ID | aiimboljphncldaakcnapfolgnjonlea |
官方網址 | https://chromewebstore.google.com/detail/the-ffz-add-on-pack/aiimboljphncldaakcnapfolgnjonlea |
簡介 | A combination of add-ons for the Twitch extension "FrankerFaceZ" |
檔案大小 | 33.21 KB |
安裝次數 | 179,911 |
目前版本 | 3.1.2 |
更新時間 | 2021-05-26 |
上架時間 | 2018-02-08 |
評分 | 4.57/5 共 159 次評分 |
開發者 | Lordmau5 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://ffzap.com/ |
說明頁面URL | https://ffzap.com/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "The FFZ Add-On Pack", "short_name": "ffz-ap", "version": "3.1.2", "description": "A combination of add-ons for the Twitch extension \"FrankerFaceZ\"", "icons": { "48": "chrome\/icon48.png", "128": "chrome\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "chrome\/script.js" ], "matches": [ "*:\/\/*.twitch.tv\/*" ] } ], "content_scripts": [ { "all_frames": true, "js": [ "chrome\/contentScript.js" ], "matches": [ "*:\/\/*.twitch.tv\/*" ], "exclude_globs": [ "*:\/\/api.twitch.tv\/*" ] } ] } |