Twitch Tools
Move twitch chat to the left side
What is Twitch Tools?
Twitch Tools is a Chrome extension developed by https://nomercy.tv, and its main feature is "Move twitch chat to the left side".
Extension Screenshots
Download Twitch Tools Extension CRX File
Download Twitch Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Do you have twitch open on your right monitor? Move the Twitch chat to the left of your screen with one click. More tools to come. Feature requests are welcome.
Extension Basic Information
Name | Twitch Tools |
ID | hoolijiaaedceodofbgpogpalnofodgh |
Official URL | https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh |
Description | Move twitch chat to the left side |
File Size | 12.65 KB |
Installation Count | 17 |
Current Version | 1.0.2 |
Last Updated | 2022-04-12 |
Publish Date | 2022-04-12 |
Rating | 1.00/5 Total 2 Ratings |
Developer | https://nomercy.tv |
[email protected] | |
Payment Type | free |
Extension Website | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool |
Help Page URL | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.2", "action": { "default_icon": { "48": "icons\/twitch-48x48.png" }, "default_title": "Twitch Tools", "default_popup": "popup\/menu.html" }, "name": "Twitch Tools", "description": "Move twitch chat to the left side", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content\/content.js" ] } ], "icons": { "48": "icons\/twitch-48x48.png", "128": "icons\/twitch-128x128.png" }, "web_accessible_resources": [ { "resources": [ "plugins\/*", "lib\/*", "popup\/*", "content\/*" ], "use_dynamic_url": true, "matches": [ "https:\/\/www.twitch.tv\/*" ] } ] } |