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…
Wat is SNIPACLIP - Mange/Download Twitch Clips?
SNIPACLIP - Mange/Download Twitch Clips is een Chrome-extensie ontwikkeld door https://snipaclip.com, en de belangrijkste functie is "Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage…".
Extensie Screenshots
Download het CRX-bestand van de extensie SNIPACLIP - Mange/Download Twitch Clips
Download SNIPACLIP - Mange/Download Twitch Clips-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | eajaihkobempfckpdbejgapocknaahcc |
| Officiële URL | https://chromewebstore.google.com/detail/snipaclip-mangedownload-t/eajaihkobempfckpdbejgapocknaahcc |
| Beschrijving | Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage… |
| Bestandsgrootte | 49.14 KB |
| Aantal Installaties | 498 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2020-07-27 |
| Publicatiedatum | 2020-04-26 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://snipaclip.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://snipaclip.com |
| Ondersteunde Talen | 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"
]
} | |