Shoutcrow Video

Shoutcrow : Clip Youtube videos and loop them.

Shoutcrow Video क्या है?

Shoutcrow Video Dolojo Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shoutcrow : Clip Youtube videos and loop them."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        Shoutcrow Video: Clip youtube videos and loop them

Shoutcrow Video lets you clip any portions of youtube video, loop it and share it
across Facebook, Twitter and find it on your video.shoutcrow.com profile.

* Install Shoutcrow Video extension
* Find Clipping button below every youtube videos
* You can use clipping button or press 'C' on your keyboard to start clipping
* Press 'C' again to stop clipping
* Press 'X' to cancel clipping
* Share across Facebook and Twitter
* Convert clips into video loops
* Share and find beautiful video loops                    

एक्सटेंशन की मूल जानकारी

नाम Shoutcrow Video Shoutcrow Video
ID dmhmjaaegincnkofbklpdjcohedihndn
आधिकारिक URL https://chrome.google.com/webstore/detail/shoutcrow-video/dmhmjaaegincnkofbklpdjcohedihndn
विवरण Shoutcrow : Clip Youtube videos and loop them.
फ़ाइल का आकार 117 KB
स्थापना संख्या 10
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2014-03-05
प्रकाशन तिथि 2014-03-05
डेवलपर Dolojo Labs
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://video.shoutcrow.com
सहायता पृष्ठ URL http://video.shoutcrow.com/help/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "name": "Shoutcrow Video",
    "description": "Shoutcrow : Clip Youtube videos and loop them.",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "page_action": {
        "default_icon": "images\/icon_16.png",
        "default_title": "Find Shoutcrow Video clipper below every youtube video",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "http:\/\/video.shoutcrow.com\/shoutvideo\/*"
            ],
            "js": [
                "libs\/jquery-1.6.2.min.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "http:\/\/video.shoutcrow.com\/shoutvideo\/*"
            ],
            "js": [
                "youtube.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "contextMenus"
    ]
}