Shoutcrow Video

Shoutcrow : Clip Youtube videos and loop them.

O que é Shoutcrow Video?

Shoutcrow Video é uma extensão do Chrome desenvolvida por Dolojo Labs, e sua principal característica é "Shoutcrow : Clip Youtube videos and loop them.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Shoutcrow Video

Baixe arquivos de extensão Shoutcrow Video no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Shoutcrow Video Shoutcrow Video
ID dmhmjaaegincnkofbklpdjcohedihndn
URL Oficial https://chrome.google.com/webstore/detail/shoutcrow-video/dmhmjaaegincnkofbklpdjcohedihndn
Descrição Shoutcrow : Clip Youtube videos and loop them.
Tamanho do Arquivo 117 KB
Contagem de Instalações 10
Versão Atual 1.0.3
Última Atualização 2014-03-05
Data de Publicação 2014-03-05
Desenvolvedor Dolojo Labs
Tipo de Pagamento free
Site da Extensão http://video.shoutcrow.com
URL da Página de Ajuda http://video.shoutcrow.com/help/
Idiomas Suportados 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"
    ]
}