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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 } |