FrankerFaceZ

Use a variety of unique faces on Twitch!

FrankerFaceZคืออะไร?

FrankerFaceZ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://frankerfacez.com และคุณลักษณะหลักของมันคือ "Use a variety of unique faces on Twitch!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FrankerFaceZ

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FrankerFaceZ FrankerFaceZ
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\/*"
    ]
}