twitch tv spam
twich tv save spamerino
twitch tv spamとは何ですか?
twitch tv spamはjuanc.jaraによって開発されたChromeの拡張機能で、その主な機能は「twich tv save spamerino」です。
拡張機能のスクリーンショット
twitch tv spam拡張機能のCRXファイルをダウンロード
twitch tv spam拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save your favorites copy pastas to use it later. How to use: 1. Click on spam button 2. Save your copy pasta. 3. Click on your pasta to copy to clipboard Update: 1.0 Fixed: show buttons Update: 0.6 Fixed: updated to work with new twitch ui Update: 0.3 Fixed compatibility issues with BetterTV twitch chrome extension.
拡張機能の基本情報
名前 | |
ID | jkcnmbgkcgcceneenfmaenjikajncfbn |
公式URL | https://chrome.google.com/webstore/detail/twitch-tv-spam/jkcnmbgkcgcceneenfmaenjikajncfbn |
説明 | twich tv save spamerino |
ファイルサイズ | 31.65 KB |
インストール数 | 375 |
現在のバージョン | 1.0 |
最終更新日 | 2019-04-09 |
公開日 | 2019-04-09 |
評価 | 3.00/5 合計 8 レビュー |
開発者 | juanc.jara |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "twitch tv spam", "description": "twich tv save spamerino", "version": "1.0", "icons": { "16": "images\/kappa16.png", "128": "images\/kappa128.png" }, "permissions": [ "storage", "notifications", "alarms" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/www.twitch.tv\/*" ], "js": [ "js\/cs-bundle.js" ], "css": [ "cs-style.css" ] } ], "background": { "scripts": [ "js\/bg-bundle.js" ] } } |