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.                    

擴展基本資訊

名稱 Youplay Youplay
ID fhjkfdjnbbibomchnnpjnmbfknjoagja
官方網址 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
電子郵箱 [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": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}