theSHEDteam
Shows current team members who are streaming
What is theSHEDteam?
theSHEDteam is a Chrome extension developed by https://www.theshedteam.com, and its main feature is "Shows current team members who are streaming".
Extension Screenshots
Download theSHEDteam Extension CRX File
Download theSHEDteam 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
This extension shows a live list of theSHED streamers currently on MIXER and Twitch
Extension Basic Information
Name | |
ID | fgijkobneekkpepboilhdjcokecmllcg |
Official URL | https://chromewebstore.google.com/detail/theshedteam/fgijkobneekkpepboilhdjcokecmllcg |
Description | Shows current team members who are streaming |
File Size | 9.97 KB |
Installation Count | 22 |
Current Version | 1.1 |
Last Updated | 2019-04-22 |
Publish Date | 2019-04-21 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://www.theshedteam.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://theshedteam.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "theSHEDteam", "description": "Shows current team members who are streaming", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "management", "activeTab", "storage" ] } |