Twitch Channel Points Auto Redeem
Automatically redeem the bonus channel points when the option pops up in twitch chat
Twitch Channel Points Auto Redeemとは何ですか?
Twitch Channel Points Auto RedeemはFrankによって開発されたChromeの拡張機能で、その主な機能は「Automatically redeem the bonus channel points when the option pops up in twitch chat」です。
拡張機能のスクリーンショット
Twitch Channel Points Auto Redeem拡張機能のCRXファイルをダウンロード
Twitch Channel Points Auto Redeem拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can tell it is working because it will say "STREAM CHAT (AUTO ✅)" instead of just "STREAM CHAT" above the chat. It will take a few seconds to appear after a stream is loaded.
Open source at https://github.com/FrankSalmick/twitch-autoredeem
Report problems at https://github.com/FrankSalmick/twitch-autoredeem/issues 拡張機能の基本情報
| 名前 | |
| ID | aklgphppnaannfmmijfggcckafbkbihi |
| 公式URL | https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi |
| 説明 | Automatically redeem the bonus channel points when the option pops up in twitch chat |
| ファイルサイズ | 7.08 KB |
| インストール数 | 903 |
| 現在のバージョン | 20.12.23 |
| 最終更新日 | 2020-12-24 |
| 公開日 | 2020-04-08 |
| 評価 | 4.80/5 合計 5 レビュー |
| 開発者 | Frank |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/FrankSalmick/twitch-autoredeem |
| ヘルプページのURL | https://github.com/FrankSalmick/twitch-autoredeem/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Automatically redeem the bonus channel points when the option pops up in twitch chat",
"manifest_version": 2,
"name": "Twitch Channel Points Auto Redeem",
"short_name": "Channel Points Redeemer",
"version": "20.12.23",
"content_scripts": [
{
"matches": [
"https:\/\/*.twitch.tv\/*"
],
"js": [
"twitchAutoredeem.js"
],
"run_at": "document_idle"
}
],
"icons": {
"128": "icon128.png"
}
} | |