Twich watch helper
Help me to watch twitch streams.
What is Twich watch helper?
Twich watch helper is a Chrome extension developed by slonofanya, and its main feature is "Help me to watch twitch streams.".
Extension Screenshots
Download Twich watch helper Extension CRX File
Download Twich watch helper 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
It is extension for my own presupposes. Help me to watch twitch streams.
Extension Basic Information
Name | ![]() |
ID | gdplkcapaddemcemgfldebpmeajbdbmg |
Official URL | https://chrome.google.com/webstore/detail/twich-watch-helper/gdplkcapaddemcemgfldebpmeajbdbmg |
Description | Help me to watch twitch streams. |
File Size | 5.37 KB |
Installation Count | 216 |
Current Version | 1 |
Last Updated | 2020-05-11 |
Publish Date | 2020-05-11 |
Rating | 1.00/5 Total 1 Ratings |
Developer | slonofanya |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twich watch helper", "description": "Help me to watch twitch streams.", "version": "1", "permissions": [ "activeTab" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2, "icons": { "16": ".\/cloudflare.png", "32": ".\/cloudflare.png", "48": ".\/cloudflare.png", "128": ".\/cloudflare.png" } } |