Forked YouTube Gaming
ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.
Was ist Forked YouTube Gaming?
Forked YouTube Gaming ist eine Chrome-Erweiterung, die von mxr entwickelt wurde, und ihr Hauptmerkmal ist "ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.".
Erweiterungsscreenshots
Forked YouTube Gaming-Erweiterungs-CRX-Datei herunterladen
Laden Sie Forked YouTube Gaming-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Forked off of (https://chrome.google.com/webstore/detail/better-youtube-gaming/ioncgheockjakdmpighekmfhdljboimf) to make it work
Grundlegende Informationen zur Erweiterung
Name | |
ID | dehjikmfbdokdlkkchepifefodnmkmld |
Offizielle URL | https://chrome.google.com/webstore/detail/forked-youtube-gaming/dehjikmfbdokdlkkchepifefodnmkmld |
Beschreibung | ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more. |
Dateigröße | 2.83 MB |
Installationsanzahl | 212 |
Aktuelle Version | 0.5.0 |
Letztes Update | 2021-01-06 |
Veröffentlichungsdatum | 2021-01-04 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | mxr |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://mxrr.dev/forkedytg |
Hilfeseite URL | https://github.com/mxrr/BetterYTG |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Forked YouTube Gaming", "short_name": "ForkYTG", "version": "0.5.0", "description": "ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.", "icons": { "16": "assets\/icons\/BetterYTG_red_16.png", "48": "assets\/icons\/BetterYTG_red_48.png", "128": "assets\/icons\/BetterYTG_red_128.png" }, "permissions": [ "storage", "tabs", "https:\/\/*.ytimg.com\/*", "https:\/\/twitchemotes.com\/*" ], "browser_specific_settings": { "gecko": { "id": "forkedYTG@mxr" } }, "options_ui": { "page": "html\/options.html", "chrome_style": true }, "browser_action": { "default_title": "BetterYTG" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.gaming.youtube.com\/*", "*:\/\/*.youtube.com\/*" ], "run_at": "document_end", "js": [ "content.js" ], "all_frames": true } ], "web_accessible_resources": [ "assets\/emotes\/*" ] } |