Twitch Viewer Bot
Easy reach to Twitch Viewer Bot services by one click on your browser.
What is Twitch Viewer Bot?
Twitch Viewer Bot is a Chrome extension developed by zdmrmrv, and its main feature is "Easy reach to Twitch Viewer Bot services by one click on your browser.".
Extension Screenshots
Download Twitch Viewer Bot Extension CRX File
Download Twitch Viewer Bot 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
You can click on the button on your Chrome extension then quickly access to Twitch Viewer Bot tips and guides
Extension Basic Information
Name | Twitch Viewer Bot |
ID | fdhigkkbekgaebikeokhecajgogmiebl |
Official URL | https://chromewebstore.google.com/detail/twitch-viewer-bot/fdhigkkbekgaebikeokhecajgogmiebl |
Description | Easy reach to Twitch Viewer Bot services by one click on your browser. |
File Size | 1.28 MB |
Installation Count | 108 |
Current Version | 3.0 |
Last Updated | 2022-06-14 |
Publish Date | 2022-06-13 |
Rating | 1.00/5 Total 1 Ratings |
Developer | zdmrmrv |
[email protected] | |
Payment Type | free |
Extension Website | https://viewerkingdom.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Viewer Bot", "description": "Easy reach to Twitch Viewer Bot services by one click on your browser.", "version": "3.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "16": ".\/img\/16.png", "48": ".\/img\/48.png", "128": ".\/img\/128.png" }, "action": { "default_popup": ".\/popup.html" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ] } |