Forked YouTube Gaming
ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.
Co to jest Forked YouTube Gaming?
Forked YouTube Gaming to rozszerzenie Chrome opracowane przez mxr, a jego główną funkcją jest „ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Forked YouTube Gaming
Pobierz pliki rozszerzeń Forked YouTube Gaming w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Forked off of (https://chrome.google.com/webstore/detail/better-youtube-gaming/ioncgheockjakdmpighekmfhdljboimf) to make it work
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dehjikmfbdokdlkkchepifefodnmkmld |
Oficjalny URL | https://chrome.google.com/webstore/detail/forked-youtube-gaming/dehjikmfbdokdlkkchepifefodnmkmld |
Opis | ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more. |
Rozmiar pliku | 2.83 MB |
Liczba instalacji | 212 |
Aktualna Wersja | 0.5.0 |
Ostatnia Aktualizacja | 2021-01-06 |
Data Publikacji | 2021-01-04 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | mxr |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://mxrr.dev/forkedytg |
Adres URL Strony Pomocy | https://github.com/mxrr/BetterYTG |
Obsługiwane Języki | 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\/*" ] } |