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 |
电子邮箱 | [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" ] } } |