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…

What is SNIPACLIP - Mange/Download Twitch Clips?

SNIPACLIP - Mange/Download Twitch Clips is a Chrome extension developed by https://snipaclip.com, and its main feature is "Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download SNIPACLIP - Mange/Download Twitch Clips Extension CRX File

Download SNIPACLIP - Mange/Download Twitch Clips extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name SNIPACLIP - Mange/Download Twitch Clips SNIPACLIP - Mange/Download Twitch Clips
ID eajaihkobempfckpdbejgapocknaahcc
Official URL 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…
File Size 49.14 KB
Installation Count 498
Current Version 1.0.3
Last Updated 2020-07-27
Publish Date 2020-04-26
Rating 3.67/5 Total 3 Ratings
Developer https://snipaclip.com
Email [email protected]
Payment Type free
Extension Website https://snipaclip.com
Supported Languages 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"
    ]
}