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.”。

擴展截圖

screenshot

下載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/                    

擴展基本資訊

名稱 Hoverzoom Plus for Youtube videos Hoverzoom Plus for Youtube videos
ID himebmdddlbemclikfplacbnmjgomlkk
官方網址 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
電子郵箱 [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\/*"
            ]
        }
    ]
}