TwitchTV PIP Mode
Picture in Picture for Twitch TV
Hvad er TwitchTV PIP Mode?
TwitchTV PIP Mode er en Chrome-udvidelse udviklet af 초림이, og dens hovedfunktion er "Picture in Picture for Twitch TV".
Udvidelsesskærmbilleder
Download TwitchTV PIP Mode-udvidelses-CRX-fil
Download TwitchTV PIP Mode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Picture in Picture for Twitch TV!
You can always the broadcast on your descktop screen with this plug-in!
Just enter the broadcast page, and touch on the plug-in! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hgkofcnfkalomcloglekemngljnndhfa |
| Officiel URL | https://chromewebstore.google.com/detail/twitchtv-pip-mode/hgkofcnfkalomcloglekemngljnndhfa |
| Beskrivelse | Picture in Picture for Twitch TV |
| Filstørrelse | 23.8 KB |
| Antal Installationer | 13,078 |
| Nuværende Version | 0.0.2 |
| Senest Opdateret | 2022-03-05 |
| Udgivelsesdato | 2018-11-06 |
| Bedømmelse | 4.62/5 Samlet 29 Bedømmelser |
| Udvikler | 초림이 |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TwitchTV PIP Mode",
"version": "0.0.2",
"manifest_version": 2,
"description": "Picture in Picture for Twitch TV",
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"homepage_url": "https:\/\/yuki.kr",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": {
"19": "icons\/19x19.png",
"38": "icons\/38x38.png"
},
"default_title": "PIP!"
},
"permissions": [
"http:\/\/www.twitch.tv\/*",
"https:\/\/www.twitch.tv\/*"
]
} | |