Shoutcrow Video

Shoutcrow : Clip Youtube videos and loop them.

ما هو Shoutcrow Video؟

Shoutcrow Video هو إضافة Chrome تم تطويرها بواسطة Dolojo Labs، والميزة الرئيسية لها هي "Shoutcrow : Clip Youtube videos and loop them.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Shoutcrow Video

قم بتنزيل ملفات الامتداد Shoutcrow Video بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    ]
}