TwitchBadges
Badges pour le chat de Twitch | Custom badges for Twitch chat
What is TwitchBadges?
TwitchBadges is a Chrome extension developed by xureilab, and its main feature is "Badges pour le chat de Twitch | Custom badges for Twitch chat".
Extension Screenshots
Download TwitchBadges Extension CRX File
Download TwitchBadges extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Ajoutez un badge custom dans le chat de Twitch, selon la configuration du streamer
Extension Basic Information
Name | |
ID | camdhbjchdkhkmbhceacgijdkpeglmdi |
Official URL | https://chromewebstore.google.com/detail/twitchbadges/camdhbjchdkhkmbhceacgijdkpeglmdi |
Description | Badges pour le chat de Twitch | Custom badges for Twitch chat |
File Size | 8.47 KB |
Installation Count | 419 |
Current Version | 1.0.5 |
Last Updated | 2022-10-28 |
Publish Date | 2022-04-05 |
Rating | 5.00/5 Total 11 Ratings |
Developer | xureilab |
[email protected] | |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TwitchBadges", "version": "1.0.5", "description": "Badges pour le chat de Twitch | Custom badges for Twitch chat", "icons": { "48": "icons\/badges-48.png" }, "content_scripts": [ { "js": [ "badges.js" ], "matches": [ "*:\/\/*.twitch.tv\/xurei", "*:\/\/*.twitch.tv\/xurei?*", "*:\/\/*.twitch.tv\/popout\/xurei\/chat*", "*:\/\/dashboard.twitch.tv\/u\/xurei\/stream-manager", "*:\/\/dashboard.twitch.tv\/u\/xurei\/stream-manager?*", "*:\/\/*.twitch.tv\/moderator\/xurei", "*:\/\/*.twitch.tv\/moderator\/xurei?*", "*:\/\/*.twitch.tv\/hiuuugs", "*:\/\/*.twitch.tv\/hiuuugs?*", "*:\/\/*.twitch.tv\/popout\/hiuuugs\/chat*", "*:\/\/dashboard.twitch.tv\/u\/hiuuugs\/stream-manager", "*:\/\/dashboard.twitch.tv\/u\/hiuuugs\/stream-manager?*", "*:\/\/*.twitch.tv\/moderator\/hiuuugs", "*:\/\/*.twitch.tv\/moderator\/hiuuugs?*" ] } ], "permissions": [], "host_permissions": [ "https:\/\/twitch-badges-ext.vercel.app\/*" ] } |