Twitch cursor hiding
Hides the mouse cursor in the Twitch video player in fullscreen mode.
Co je Twitch cursor hiding?
Twitch cursor hiding je rozšíření Chrome vyvinuté Squad Dreams, a jeho hlavní funkcí je „Hides the mouse cursor in the Twitch video player in fullscreen mode.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitch cursor hiding
Stáhněte si soubory rozšíření Twitch cursor hiding ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Doesn't work with extension overlays. They have fixed it for now, so you don't have to download this extension.
Základní Informace o Rozšíření
Název | |
ID | ljdlkhfnpfkhlhhkiodhmehegkcamghe |
Oficiální URL | https://chrome.google.com/webstore/detail/twitch-cursor-hiding/ljdlkhfnpfkhlhhkiodhmehegkcamghe |
Popis | Hides the mouse cursor in the Twitch video player in fullscreen mode. |
Velikost souboru | 14.2 KB |
Počet instalací | 154 |
Aktuální Verze | 2.3.2 |
Poslední Aktualizace | 2020-08-01 |
Datum Vydání | 2020-05-09 |
Hodnocení | 3.17/5 Celkem 6 Hodnocení |
Vývojář | Squad Dreams |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://squaddreamsgames.000webhostapp.com/privacy.html |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.3.2", "manifest_version": 2, "content_scripts": [ { "js": [ "twitch.user.js" ], "matches": [ "*:\/\/www.twitch.tv\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Hides the mouse cursor in the Twitch video player in fullscreen mode.", "name": "Twitch cursor hiding", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" } } |