Hoverzoom Plus for Youtube videos
Easily view Youtube videos without loading another page by hovering over the links.
Hoverzoom Plus for Youtube videosとは何ですか?
Hoverzoom Plus for Youtube videosはhttps://www.apptic.meによって開発されたChromeの拡張機能で、その主な機能は「Easily view Youtube videos without loading another page by hovering over the links.」です。
拡張機能のスクリーンショット
Hoverzoom Plus for Youtube videos拡張機能のCRXファイルをダウンロード
Hoverzoom Plus for Youtube videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
View Youtube videos easily by hovering over them. An extension truly for the lazy - rather than clicking, why not stay on the same page?
Demo: https://www.apptic.me/projects/hoverzoom/ 拡張機能の基本情報
| 名前 | |
| ID | himebmdddlbemclikfplacbnmjgomlkk |
| 公式URL | https://chromewebstore.google.com/detail/hoverzoom-plus-for-youtub/himebmdddlbemclikfplacbnmjgomlkk |
| 説明 | Easily view Youtube videos without loading another page by hovering over the links. |
| ファイルサイズ | 48.37 KB |
| インストール数 | 713 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2014-06-09 |
| 公開日 | 2014-06-09 |
| 評価 | 3.92/5 合計 13 レビュー |
| 開発者 | https://www.apptic.me |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.apptic.me/projects/hoverzoom/ |
| ヘルプページのURL | https://www.apptic.me/contact.php |
| プライバシーポリシーページのURL | https://www.apptic.me/privacy.php |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hoverzoom Plus for Youtube videos",
"short_name": "Hoverzoom for Youtube",
"description": "Easily view Youtube videos without loading another page by hovering over the links.",
"version": "1.0.2",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon.png"
},
"content_scripts": [
{
"js": [
"jquery.js",
"main.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_globs": [
"*:\/\/*.youtube.com\/*"
]
}
]
} | |