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
公式URL 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"
}