Forked YouTube Gaming
ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.
Qu'est-ce que Forked YouTube Gaming ?
Forked YouTube Gaming est une extension Chrome développée par mxr, et sa fonction principale est "ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Forked YouTube Gaming
Téléchargez les fichiers d'extension Forked YouTube Gaming au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Forked off of (https://chrome.google.com/webstore/detail/better-youtube-gaming/ioncgheockjakdmpighekmfhdljboimf) to make it work
Informations de Base sur l'Extension
Nom | |
ID | dehjikmfbdokdlkkchepifefodnmkmld |
URL Officiel | https://chrome.google.com/webstore/detail/forked-youtube-gaming/dehjikmfbdokdlkkchepifefodnmkmld |
Description | ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more. |
Taille du Fichier | 2.83 MB |
Nombre d'Installations | 212 |
Version Actuelle | 0.5.0 |
Dernière Mise à Jour | 2021-01-06 |
Date de Publication | 2021-01-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | mxr |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://mxrr.dev/forkedytg |
URL de la Page d'Aide | https://github.com/mxrr/BetterYTG |
Langues Prises en Charge | 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\/*" ] } |