YouTube Gaming Switcher
This app can switch gaming layout and normal layout by simple click.
Vad är YouTube Gaming Switcher?
YouTube Gaming Switcher är en Chrome-tillägg utvecklad av H.Obayashi, och dess huvudfunktion är "This app can switch gaming layout and normal layout by simple click.".
Tilläggsskärmbilder
Ladda ner YouTube Gaming Switcher-förlängningens CRX-fil
Ladda ner YouTube Gaming Switcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
You can open gaming.youtube.com easily.
Grundläggande Information om Tillägg
Namn | |
ID | onhmhacapmdhkajadknkhkagdlpgjndl |
Officiell webbadress | https://chrome.google.com/webstore/detail/youtube-gaming-switcher/onhmhacapmdhkajadknkhkagdlpgjndl |
Beskrivning | This app can switch gaming layout and normal layout by simple click. |
Filstorlek | 82.21 KB |
Antal Installationer | 173 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2018-06-01 |
Publiceringsdatum | 2018-06-01 |
Betyg | 4.83/5 Totalt 6 Betyg |
Utvecklare | H.Obayashi |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/hobayashi/GamingYoutubeSwitcher |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Gaming Switcher", "short_name": "Switcher", "version": "1.1", "description": "This app can switch gaming layout and normal layout by simple click.", "permissions": [ "contextMenus" ], "background": { "scripts": [ "Scripts\/eventPage.js" ], "persistent": false } } |