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!
拡張機能の基本情報
名前 | SNIPACLIP - Mange/Download Twitch Clips |
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 |
Eメール | [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" ] } |