Twixera
(Former Mixera) The experience you fell in love with on Mixer, now on Twitch!
什麼是Twixera?
Twixera是由https://r4ver.com開發的Chrome擴展程式,該擴展的主要功能是“(Former Mixera) The experience you fell in love with on Mixer, now on Twitch!”。
擴展截圖
下載Twixera擴展crx文件
下載Twixera擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Twixera (former Mixera) aims to enhance your experience on twitch.tv! Twixera focuses on adding new features and interactions to the Twitch streaming platform in the forms of: • Chat avatars. • Hide chat badges to make the chat more clutter free. • New dark theme. • Hide Prime button. • New "/me" style. • And much more to come! How To Use: • Just install and visit twitch.tv to start using it. • To edit the settings, click on the Twixera icon ( the X ) in the top right of the website. For support or questions, you can join the Discord server: https://discord.gg/2Y4ttRW Twixera is not endorsed nor affiliated with https://twitch.tv/. This is simply an extension made to enhance the experience of Twitch. Made for the community by the community.
擴展基本資訊
名稱 | Twixera |
ID | gefbnbbmfoakmbblphigemkiekfelahe |
官方網址 | https://chromewebstore.google.com/detail/twixera/gefbnbbmfoakmbblphigemkiekfelahe |
簡介 | (Former Mixera) The experience you fell in love with on Mixer, now on Twitch! |
檔案大小 | 86.88 KB |
安裝次數 | 1,267 |
目前版本 | 2.3.1 |
更新時間 | 2021-06-14 |
上架時間 | 2020-06-19 |
評分 | 4.85/5 共 27 次評分 |
開發者 | https://r4ver.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://r4ver.com/twixera |
隱私政策頁面URL | https://aerokick.app/legal/privacy |
支援的語言 | en-US |
manifest.json | |
{ "browser_action": { "default_popup": "settings.html" }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "twixera-extension.js" ], "css": [ "twixera.css" ] } ], "short_name": "Twixera", "name": "Twixera", "description": "(Former Mixera) The experience you fell in love with on Mixer, now on Twitch!", "version": "2.3.1", "homepage_url": "https:\/\/r4ver.com\/mixera", "manifest_version": 2, "permissions": [ "*:\/\/*.twitch.tv\/*" ], "content_security_policy": "default-src 'self'", "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "twixera.js", "twixera.css" ] } |