Twitch-Chat-Bottom

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

Vad är Twitch-Chat-Bottom?

Twitch-Chat-Bottom är en Chrome-tillägg utvecklad av Asim Shrestha, och dess huvudfunktion är "When the sceen is small Twitch chat is anchored at the bottom of the page".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Twitch-Chat-Bottom-förlängningens CRX-fil

Ladda ner Twitch-Chat-Bottom-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Twitch-Chat-Bottom Twitch-Chat-Bottom
ID ojihlcinbfjmbiabagcjaniphobeenla
Officiell webbadress https://chromewebstore.google.com/detail/twitch-chat-bottom/ojihlcinbfjmbiabagcjaniphobeenla
Beskrivning When the sceen is small Twitch chat is anchored at the bottom of the page
Filstorlek 4.58 KB
Antal Installationer 14
Aktuell Version 1.0.1
Senast Uppdaterad 2018-04-05
Publiceringsdatum 2018-04-05
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare Asim Shrestha
Betalningssätt free
Stödda Språk 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"
    ]
}