Twitch-Chat-Bottom
When the sceen is small Twitch chat is anchored at the bottom of the page
Twitch-Chat-Bottomとは何ですか?
Twitch-Chat-BottomはAsim Shresthaによって開発されたChromeの拡張機能で、その主な機能は「When the sceen is small Twitch chat is anchored at the bottom of the page」です。
拡張機能のスクリーンショット
Twitch-Chat-Bottom拡張機能のCRXファイルをダウンロード
Twitch-Chat-Bottom拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                                             拡張機能の基本情報
| 名前 |   |  
| ID | ojihlcinbfjmbiabagcjaniphobeenla | 
| 公式URL | https://chromewebstore.google.com/detail/twitch-chat-bottom/ojihlcinbfjmbiabagcjaniphobeenla | 
| 説明 | When the sceen is small Twitch chat is anchored at the bottom of the page | 
| ファイルサイズ | 4.58 KB | 
| インストール数 | 14 | 
| 現在のバージョン | 1.0.1 | 
| 最終更新日 | 2018-04-05 | 
| 公開日 | 2018-04-05 | 
| 評価 | 1.00/5 合計 1 レビュー | 
| 開発者 | Asim Shrestha | 
| 支払い方法 | free | 
| 対応言語 | 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"
    ]
}  |  |