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…

Hvad er SNIPACLIP - Mange/Download Twitch Clips?

SNIPACLIP - Mange/Download Twitch Clips er en Chrome-udvidelse udviklet af https://snipaclip.com, og dens hovedfunktion er "Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download SNIPACLIP - Mange/Download Twitch Clips-udvidelses-CRX-fil

Download SNIPACLIP - Mange/Download Twitch Clips-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn SNIPACLIP - Mange/Download Twitch Clips SNIPACLIP - Mange/Download Twitch Clips
ID eajaihkobempfckpdbejgapocknaahcc
Officiel URL https://chromewebstore.google.com/detail/snipaclip-mangedownload-t/eajaihkobempfckpdbejgapocknaahcc
Beskrivelse Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage…
Filstørrelse 49.14 KB
Antal Installationer 498
Nuværende Version 1.0.3
Senest Opdateret 2020-07-27
Udgivelsesdato 2020-04-26
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler https://snipaclip.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://snipaclip.com
Understøttede Sprog 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"
    ]
}