Twitch-Chat-Bottom

When the sceen is small Twitch chat is anchored at the bottom of the page

What is Twitch-Chat-Bottom?

Twitch-Chat-Bottom is a Chrome extension developed by Asim Shrestha, and its main feature is "When the sceen is small Twitch chat is anchored at the bottom of the page".

Extension Screenshots

screenshot

Download Twitch-Chat-Bottom Extension CRX File

Download Twitch-Chat-Bottom 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 Twitch-Chat-Bottom Twitch-Chat-Bottom
ID ojihlcinbfjmbiabagcjaniphobeenla
Official URL https://chromewebstore.google.com/detail/twitch-chat-bottom/ojihlcinbfjmbiabagcjaniphobeenla
Description When the sceen is small Twitch chat is anchored at the bottom of the page
File Size 4.58 KB
Installation Count 14
Current Version 1.0.1
Last Updated 2018-04-05
Publish Date 2018-04-05
Rating 1.00/5 Total 1 Ratings
Developer Asim Shrestha
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "When the sceen is small Twitch chat is anchored at the bottom of the page",
    "manifest_version": 2,
    "name": "Twitch-Chat-Bottom",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "browser_style": true,
        "default_title": "Twitch Chat Bottom"
    },
    "permissions": [
        "*:\/\/*.twitch.tv\/*",
        "activeTab",
        "tabs"
    ]
}