Twitch cursor hiding
Hides the mouse cursor in the Twitch video player in fullscreen mode.
什么是Twitch cursor hiding?
Twitch cursor hiding是由Squad Dreams开发的Chrome扩展程序,该扩展的主要功能是“Hides the mouse cursor in the Twitch video player in fullscreen mode.”。
扩展截图
下载Twitch cursor hiding扩展crx文件
下载Twitch cursor hiding扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Doesn't work with extension overlays. They have fixed it for now, so you don't have to download this extension.
扩展基本信息
名称 | |
ID | ljdlkhfnpfkhlhhkiodhmehegkcamghe |
官方URL | https://chrome.google.com/webstore/detail/twitch-cursor-hiding/ljdlkhfnpfkhlhhkiodhmehegkcamghe |
简介 | Hides the mouse cursor in the Twitch video player in fullscreen mode. |
文件大小 | 14.2 KB |
安装次数 | 154 |
当前版本 | 2.3.2 |
更新时间 | 2020-08-01 |
上架时间 | 2020-05-09 |
评分 | 3.17/5 共6次评分 |
开发者 | Squad Dreams |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://squaddreamsgames.000webhostapp.com/privacy.html |
支持的语言 | 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" } } |