Twitch.tv Popup Mode
Swap between normal and popup mode in a twitch.tv stream.
What is Twitch.tv Popup Mode?
Twitch.tv Popup Mode is a Chrome extension developed by Mihai Scurtu, and its main feature is "Swap between normal and popup mode in a twitch.tv stream.".
Download Twitch.tv Popup Mode Extension CRX File
Download Twitch.tv Popup Mode 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
Extension Basic Information
Name | ![]() |
ID | ldhlbkfjhoccgghcpdbcikhogdkekhbp |
Official URL | https://chrome.google.com/webstore/detail/twitchtv-popup-mode/ldhlbkfjhoccgghcpdbcikhogdkekhbp |
Description | Swap between normal and popup mode in a twitch.tv stream. |
File Size | 4.81 KB |
Installation Count | 25 |
Current Version | 1.0 |
Last Updated | 2014-06-22 |
Publish Date | 2014-06-22 |
Developer | Mihai Scurtu |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch.tv Popup Mode", "description": "Swap between normal and popup mode in a twitch.tv stream.", "version": "1.0", "page_action": { "default_icon": "icon.png" }, "icons": { "48": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "http:\/\/twitch.tv\/", "tabs" ] } |