Vimeo AutoPlay

Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.

什麼是Vimeo AutoPlay?

Vimeo AutoPlay是由Wout Rikkerink開發的Chrome擴展程式,該擴展的主要功能是“Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.”。

擴展截圖

screenshot

下載Vimeo AutoPlay擴展crx文件

下載Vimeo AutoPlay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Vimeo AutoPlay is a super simple extension that will make videos on Vimeo automatically play when they are loaded. Videos only start playing when you actually select the tab with the video in it. You'll never have to worry about videos autoplaying in the background.

V1.0.1:
- Little performance improvement.
- Stop searching for a video if it's not on the page (like upload page etc).                    

擴展基本資訊

名稱 Vimeo AutoPlay Vimeo AutoPlay
ID nbnmlmfimedpoanpenhfjmcbplajakje
官方網址 https://chrome.google.com/webstore/detail/vimeo-autoplay/nbnmlmfimedpoanpenhfjmcbplajakje
簡介 Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.
檔案大小 13.75 KB
安裝次數 4,000
目前版本 1.0.1
更新時間 2014-01-27
上架時間 2014-01-27
評分 4.28/5 共 18 次評分
開發者 Wout Rikkerink
付費類型 free
支援的語言 en-US
manifest.json
{
    "author": "WORKengineering.com",
    "content_scripts": [
        {
            "js": [
                "inject.min.js"
            ],
            "matches": [
                "http:\/\/www.vimeo.com\/*",
                "http:\/\/vimeo.com\/*",
                "https:\/\/www.vimeo.com\/*",
                "https:\/\/vimeo.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Make Vimeo videos automatically play. When opening a video in a background tab, it only begins playing when you switch to that tab.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Vimeo AutoPlay",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}