YouPause

Automatically pauses Youtube videos when they're in a background tab.

什麼是YouPause?

YouPause是由cI_-__-_Io開發的Chrome擴展程式,該擴展的主要功能是“Automatically pauses Youtube videos when they're in a background tab.”。

擴展截圖

screenshot

下載YouPause擴展crx文件

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

擴展使用說明

                        YouPause is a Google Chrome extension that automatically pauses YouTube videos when they're in a background tab. 
That way, only the current (focused) Youtube video is playing. 
If you open a new YouTube tab in the background it will start downloading silently.                    

擴展基本資訊

名稱 YouPause YouPause
ID dnelpbglhemmgopmfbhkcedddfnfeani
官方網址 https://chrome.google.com/webstore/detail/youpause/dnelpbglhemmgopmfbhkcedddfnfeani
簡介 Automatically pauses Youtube videos when they're in a background tab.
檔案大小 70.32 KB
安裝次數 121
目前版本 1.2.0
更新時間 2014-01-11
上架時間 2014-01-11
評分 4.45/5 共 11 次評分
開發者 cI_-__-_Io
電子郵箱 [email protected]
付費類型 free
擴展官網 http://cod3.net/reddit/YouPause/
說明頁面URL http://redd.it/1t93v7
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouPause",
    "version": "1.2.0",
    "description": "Automatically pauses Youtube videos when they're in a background tab.",
    "page_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        },
        "default_title": "YouPause"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*.youtube.com\/",
        "https:\/\/*.youtube.com\/"
    ],
    "icons": {
        "19": "img\/icon-19.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "manifest_version": 2
}