Shoutcrow Video
Shoutcrow : Clip Youtube videos and loop them.
Shoutcrow Videoとは何ですか?
Shoutcrow VideoはDolojo Labsによって開発されたChromeの拡張機能で、その主な機能は「Shoutcrow : Clip Youtube videos and loop them.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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" ] } |