Forked YouTube Gaming
ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.
Cos'è Forked YouTube Gaming?
Forked YouTube Gaming è un'estensione di Chrome sviluppata da mxr, e la sua funzione principale è "ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Forked YouTube Gaming
Scarica i file di estensione Forked YouTube Gaming in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Forked off of (https://chrome.google.com/webstore/detail/better-youtube-gaming/ioncgheockjakdmpighekmfhdljboimf) to make it work
Informazioni di Base sull'Estensione
Nome | |
ID | dehjikmfbdokdlkkchepifefodnmkmld |
URL Ufficiale | https://chrome.google.com/webstore/detail/forked-youtube-gaming/dehjikmfbdokdlkkchepifefodnmkmld |
Descrizione | ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more. |
Dimensione del File | 2.83 MB |
Conteggio Installazioni | 212 |
Versione Corrente | 0.5.0 |
Ultimo Aggiornamento | 2021-01-06 |
Data di Pubblicazione | 2021-01-04 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | mxr |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://mxrr.dev/forkedytg |
URL della Pagina di Aiuto | https://github.com/mxrr/BetterYTG |
Lingue Supportate | 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\/*" ] } |