Youplay
Autoplay youtube video on mouse over
Youplayとは何ですか?
Youplayはsarathisahooによって開発されたChromeの拡張機能で、その主な機能は「Autoplay youtube video on mouse over」です。
拡張機能のスクリーンショット
Youplay拡張機能のCRXファイルをダウンロード
Youplay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this chrome extension you can preview play any youtube video on mouse over with low quality. SO before opening any video you can preview it with low quality just hovering the mouse. Just go to youtube.com and start hovering mouse to preview videos.
拡張機能の基本情報
名前 | |
ID | fhjkfdjnbbibomchnnpjnmbfknjoagja |
公式URL | https://chrome.google.com/webstore/detail/youplay/fhjkfdjnbbibomchnnpjnmbfknjoagja |
説明 | Autoplay youtube video on mouse over |
ファイルサイズ | 43.07 KB |
インストール数 | 180 |
現在のバージョン | 1.5 |
最終更新日 | 2016-08-13 |
公開日 | 2016-08-13 |
評価 | 2.63/5 合計 8 レビュー |
開発者 | sarathisahoo |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "manifest_version": 2, "name": "Youplay", "version": "1.5", "browser_action": { "default_icon": "images\/logo.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*" ], "minimum_chrome_version": "23", "description": "Autoplay youtube video on mouse over", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "short_name": "Youplay", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "48": "\/images\/logo.png" }, "web_accessible_resources": [ "images\/*.*", "script.js" ], "content_scripts": [ { "js": [ "content.js" ], "all_frames": false, "css": [], "matches": [ " |