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 |
官方網址 | 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" } } |