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 |
| 官方網址 | 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"
]
} | |