Twitch Poins Collector
This extension automatically collect bonus points from any twitch live stream.
Twitch Poins Collectorとは何ですか?
Twitch Poins Collectorはjvdantasdevによって開発されたChromeの拡張機能で、その主な機能は「This extension automatically collect bonus points from any twitch live stream.」です。
拡張機能のスクリーンショット
Twitch Poins Collector拡張機能のCRXファイルをダウンロード
Twitch Poins Collector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This extension automatically collect bonus points from any twitch live stream.                     拡張機能の基本情報
| 名前 |   |  
| ID | pfjegdhgobbhdniepjfihkbhpkhnnglp | 
| 公式URL | https://chromewebstore.google.com/detail/twitch-poins-collector/pfjegdhgobbhdniepjfihkbhpkhnnglp | 
| 説明 | This extension automatically collect bonus points from any twitch live stream. | 
| ファイルサイズ | 8.29 KB | 
| インストール数 | 74 | 
| 現在のバージョン | 0.1 | 
| 最終更新日 | 2020-08-30 | 
| 公開日 | 2020-08-29 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | jvdantasdev | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Poins Collector",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Twitch Points Collector"
    }
}  |  |