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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में SNIPACLIP - Mange/Download Twitch Clips एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}