Forked YouTube Gaming
ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.
Wat is Forked YouTube Gaming?
Forked YouTube Gaming is een Chrome-extensie ontwikkeld door mxr, en de belangrijkste functie is "ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.".
Extensie Screenshots
Download het CRX-bestand van de extensie Forked YouTube Gaming
Download Forked YouTube Gaming-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Forked off of (https://chrome.google.com/webstore/detail/better-youtube-gaming/ioncgheockjakdmpighekmfhdljboimf) to make it work
Basisinformatie over de Extensie
Naam | |
ID | dehjikmfbdokdlkkchepifefodnmkmld |
Officiële URL | https://chrome.google.com/webstore/detail/forked-youtube-gaming/dehjikmfbdokdlkkchepifefodnmkmld |
Beschrijving | ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more. |
Bestandsgrootte | 2.83 MB |
Aantal Installaties | 212 |
Huidige Versie | 0.5.0 |
Laatst Bijgewerkt | 2021-01-06 |
Publicatiedatum | 2021-01-04 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | mxr |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://mxrr.dev/forkedytg |
Help Pagina-URL | https://github.com/mxrr/BetterYTG |
Ondersteunde Talen | 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\/*" ] } |