YouPause

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

YouPauseคืออะไร?

YouPause เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cI_-__-_Io และคุณลักษณะหลักของมันคือ "Automatically pauses Youtube videos when they're in a background tab."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouPause

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}