SNIPACLIP - Mange/Download Twitch Clips
Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage…
什么是SNIPACLIP - Mange/Download Twitch Clips?
SNIPACLIP - Mange/Download Twitch Clips是由https://snipaclip.com开发的Chrome扩展程序,该扩展的主要功能是“Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage…”。
扩展截图
下载SNIPACLIP - Mange/Download Twitch Clips扩展crx文件
下载SNIPACLIP - Mange/Download Twitch Clips扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Download Twitch clips with a single click,
or open them on SNIPACLIP to add them to playlists!
SNIPACLIP allows you to manage Twitch Clips by saving them in shareable playlists.
Buttons are added to:
- The page where you create clips
- The clip page itself
- The clip page on a user's channel
- Your dashboard
Changelog:
1.0.3 - Bug fixes
1.0.2 - API changes
1.0.1 - Bug fixes
1.0.0 - Initial Release! 扩展基本信息
| 名称 | |
| ID | eajaihkobempfckpdbejgapocknaahcc |
| 官方URL | https://chromewebstore.google.com/detail/snipaclip-mangedownload-t/eajaihkobempfckpdbejgapocknaahcc |
| 简介 | Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage… |
| 文件大小 | 49.14 KB |
| 安装次数 | 498 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2020-07-27 |
| 上架时间 | 2020-04-26 |
| 评分 | 3.67/5 共3次评分 |
| 开发者 | https://snipaclip.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://snipaclip.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SNIPACLIP - Mange\/Download Twitch Clips",
"short_name": "SNIPACLIP",
"version": "1.0.3",
"browser_action": {
"default_icon": "images\/logo-128.png",
"default_popup": "html\/popup.html"
},
"icons": {
"16": "images\/logo-16.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.twitch.tv\/*"
],
"js": [
"js\/jquery-3.4.1.min.js",
"js\/content.js"
],
"css": [
"css\/styles.css"
],
"run_at": "document_idle"
}
],
"background": {
"scripts": [
"js\/jquery-3.4.1.min.js",
"js\/background.js"
]
},
"permissions": [
"webNavigation",
"contextMenus"
]
} | |