Shoutcrow Video

Shoutcrow : Clip Youtube videos and loop them.

什么是Shoutcrow Video?

Shoutcrow Video是由Dolojo Labs开发的Chrome扩展程序,该扩展的主要功能是“Shoutcrow : Clip Youtube videos and loop them.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Shoutcrow Video扩展crx文件

下载Shoutcrow Video扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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