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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://snipaclip.com, και η κύρια λειτουργία του είναι "Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SNIPACLIP - Mange/Download Twitch Clips

Λήψη αρχείων επέκτασης 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 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
Ηλεκτρονικό ταχυδρομείο [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"
    ]
}