Twitch Fullscreen Plus
Triggers fullscreen view of twitch stream with chat overlay
Wat is Twitch Fullscreen Plus?
Twitch Fullscreen Plus is een Chrome-extensie ontwikkeld door kopatch, en de belangrijkste functie is "Triggers fullscreen view of twitch stream with chat overlay".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Fullscreen Plus
Download Twitch Fullscreen Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Twitch Fullscreen Plus lets you enjoy the wonderful Twitch Chat experience while watching your favorite stream in fullscreen! unlike the Twitch.tv Theater Mode, with this extension you get to enjoy the full size of your monitor. You can Resize, move change chat opacity and background alpha and more! version 3.0.11 UPDATE: OCTOBER 26 2023 Fixed the extension while logged in, and fixed VODs
Basisinformatie over de Extensie
Naam | Twitch Fullscreen Plus |
ID | jbbmdehmiclndmeedcocofcjlpgjnmea |
Officiële URL | https://chromewebstore.google.com/detail/twitch-fullscreen-plus/jbbmdehmiclndmeedcocofcjlpgjnmea |
Beschrijving | Triggers fullscreen view of twitch stream with chat overlay |
Bestandsgrootte | 88.82 KB |
Aantal Installaties | 40,144 |
Huidige Versie | 3.0.12 |
Laatst Bijgewerkt | 2023-10-27 |
Publicatiedatum | 2020-06-24 |
Beoordeling | 4.04/5 Totaal 262 Beoordelingen |
Ontwikkelaar | kopatch |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Fullscreen Plus", "short_name": "TFP", "description": "Triggers fullscreen view of twitch stream with chat overlay", "version": "3.0.12", "icons": { "48": "icon.png" }, "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ], "css": [ "css\/style.css" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |