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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lordmau5 และคุณลักษณะหลักของมันคือ "A combination of add-ons for the Twitch extension "FrankerFaceZ""
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The FFZ Add-On Pack
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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\/*" ] } ] } |