Valky's Chat Extension for Twitch

Add new Chat Badges and Emotes with an extra Emote Menu - including all FFZ and BTTV emotes.

Valky's Chat Extension for Twitchคืออะไร?

Valky's Chat Extension for Twitch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย L.Fino (Valky) และคุณลักษณะหลักของมันคือ "Add new Chat Badges and Emotes with an extra Emote Menu - including all FFZ and BTTV emotes."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Valky's Chat Extension for Twitch

ดาวน์โหลดไฟล์ส่วนขยาย Valky's Chat Extension for Twitch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        APP IS CURRENTLY ON HOLD CAUSED BY PRIVATE ISSUES

Please use the support form here for critical issues.

Best regards, Valky

----------------------------------------------------------------

English:
Add new custom emotes for Twitch chat, including all channel and global emotes for FFZ and BTTV. Supporters receive a new badge in front of their name. This extension also works along with FFZ and BTTV, but are not required. Choose all the emotes in an extra emote menu.

Want your own Emotes in the menu? Upload them on the website!

With version 1.5.0 you will get another menu for multiple diffrent settings, like enabling a Grey Twitch Theme or hiding diffrent stuff.

Any problems or questions? Any input what we could add or change in the extension? Searching the changelog? Feel free to join our Discord.

----------------------------------------------------------------

Deutsch:
Fügt neue Emotes für den Twitch Chat hinzu, inklusive aller Channel und Globalen Emotes für FFZ und BTTV. Supporter erhalten einen Badge vor ihrem Namen. Diese Extension funktioniert auch zusammen mit FFZ und BTTV, diese sind aber nicht zwingend erforderlich. Wählt all die Emotes von einem extra Emote Menü.

Willst du eigene Emotes im Menü? Lade sie auf der Website hoch!

Mit version 1.5.0 erhälst du ein zusätzliches Menü für mehrere verschiedene Einstellungen, wie das Aktivieren von einem Grauen Twitch Theme oder das Verstecken verschiedener Sachen.

Probleme oder Fragen? Input was wir der Extension hinzufügen oder ändern sollen? Auf der Suche nach dem Change-Log? Dann fühl dich frei unserem Discord beizutreten.                    

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

ชื่อ Valky's Chat Extension for Twitch Valky's Chat Extension for Twitch
ID pbblieeobgkkehkhmmnhnmfgaahfhgmd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/valkys-chat-extension-for/pbblieeobgkkehkhmmnhnmfgaahfhgmd
คำอธิบาย Add new Chat Badges and Emotes with an extra Emote Menu - including all FFZ and BTTV emotes.
ขนาดไฟล์ 191 KB
จำนวนการติดตั้ง 277
เวอร์ชันปัจจุบัน 1.6.3
อัปเดตครั้งล่าสุด 2018-12-01
วันที่เผยแพร่ 2018-12-01
คะแนน 3.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา L.Fino (Valky)
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://itsvalky.github.io/
URL หน้าช่วยเหลือ https://discord.gg/vf9TzeM
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Valky's Chat Extension for Twitch",
    "short_name": "ValkyChatExt",
    "description": "Add new Chat Badges and Emotes with an extra Emote Menu - including all FFZ and BTTV emotes.",
    "version": "1.6.3",
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "16": "icons\/icon_16.png"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": [],
        "default_popup": "popup\/popup.html",
        "default_title": "Valky's Chat Extension for Twitch"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "css": [
                "css\/valkySettingsMenu.css",
                "css\/valkyEmoteMenu.css",
                "css\/valkyThemes.css"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/cookie.js",
                "scripts\/valkySettingsMenu.js",
                "scripts\/valkyEmoteMenu.js",
                "scripts\/valkyFunctions.js",
                "scripts\/valkyMessages.js",
                "scripts\/valkyEmotes.js",
                "scripts\/valkyBadges.js",
                "scripts\/valkySlider.js",
                "scripts\/valkyThemes.js",
                "scripts\/valkyChatExt.js"
            ],
            "exclude_globs": [
                "https:\/\/www.twitch.tv\/directory\/*",
                "https:\/\/www.twitch.tv\/p\/*",
                "https:\/\/www.twitch.tv\/products\/*",
                "https:\/\/www.twitch.tv\/*\/manager*",
                "https:\/\/www.twitch.tv\/*\/dashboard",
                "https:\/\/www.twitch.tv\/broadcast",
                "https:\/\/www.twitch.tv\/messages\/*",
                "https:\/\/www.twitch.tv\/settings"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "icon.png",
        "css\/*",
        "popup\/*",
        "icons\/*",
        "assets\/*",
        "scripts\/*",
        "background\/*"
    ],
    "permissions": [
        "activeTab"
    ]
}