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…
Qu'est-ce que SNIPACLIP - Mange/Download Twitch Clips ?
SNIPACLIP - Mange/Download Twitch Clips est une extension Chrome développée par https://snipaclip.com, et sa fonction principale est "Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SNIPACLIP - Mange/Download Twitch Clips
Téléchargez les fichiers d'extension SNIPACLIP - Mange/Download Twitch Clips au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | SNIPACLIP - Mange/Download Twitch Clips |
ID | eajaihkobempfckpdbejgapocknaahcc |
URL Officiel | https://chromewebstore.google.com/detail/snipaclip-mangedownload-t/eajaihkobempfckpdbejgapocknaahcc |
Description | Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage… |
Taille du Fichier | 49.14 KB |
Nombre d'Installations | 498 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2020-07-27 |
Date de Publication | 2020-04-26 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | https://snipaclip.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://snipaclip.com |
Langues Prises en Charge | 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" ] } |