Twitch Rainbow Name
Makes your name rainbow!
What is Twitch Rainbow Name?
Twitch Rainbow Name is a Chrome extension developed by TwitchRainbowNameTeam, and its main feature is "Makes your name rainbow!".
Extension Screenshots
Download Twitch Rainbow Name Extension CRX File
Download Twitch Rainbow Name 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
Change your Twitch chat color every time you chat. With multiple LGBTQIA+ flags and random colors. REQUIRES TWITCH PRIME
Extension Basic Information
Name | |
ID | ihpacdohfcjppmiomaobokcefcedfmbk |
Official URL | https://chrome.google.com/webstore/detail/twitch-rainbow-name/ihpacdohfcjppmiomaobokcefcedfmbk |
Description | Makes your name rainbow! |
File Size | 110 KB |
Installation Count | 1,135 |
Current Version | 1.2 |
Last Updated | 2020-11-13 |
Publish Date | 2020-09-02 |
Rating | 2.80/5 Total 10 Ratings |
Developer | TwitchRainbowNameTeam |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Rainbow Name", "version": "1.2", "description": "Makes your name rainbow!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_popup": "options.html" }, "manifest_version": 2, "permissions": [ "storage", "*:\/\/*.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ] } |