The FFZ Enhancing Add-On

An add-on for enhancing functionality of "FrankerFaceZ"

The FFZ Enhancing Add-Onคืออะไร?

The FFZ Enhancing Add-On เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tester007 และคุณลักษณะหลักของมันคือ "An add-on for enhancing functionality of "FrankerFaceZ""

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The FFZ Enhancing Add-On

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
    ]
}