YouTube Spacebar pausing
Pause videos on page load with the space bar
什么是YouTube Spacebar pausing?
YouTube Spacebar pausing是由D3.io开发的Chrome扩展程序,该扩展的主要功能是“Pause videos on page load with the space bar”。
下载YouTube Spacebar pausing扩展crx文件
下载YouTube Spacebar pausing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This enables you to use the spacebar to pause YouTube videos as soon as the page has loaded. YouTube usually requires that you first manually pause the video by clicking the pause button before the spacebar trick works. This will enable you to use the spacebar to pause a YouTube video whenever you feel like! CHANGELOG --------- 1.3 - Fixed form focus issue, preventing you from using spaces in the search bar 1.2 - Fixed issue with pausing when writing a comment 1.1 - Fixed YouTube fullscreen issue 1.0 - Released!
扩展基本信息
名称 | |
ID | bkpindoeklkmcchcidehelnihghppcdg |
官方URL | https://chrome.google.com/webstore/detail/youtube-spacebar-pausing/bkpindoeklkmcchcidehelnihghppcdg |
简介 | Pause videos on page load with the space bar |
文件大小 | 23.57 KB |
安装次数 | 28 |
当前版本 | 1.3.0 |
更新时间 | 2016-07-05 |
上架时间 | 2016-07-05 |
评分 | 3.38/5 共13次评分 |
开发者 | D3.io |
付费类型 | free |
扩展官网 | https://www.d3.io |
帮助页面URL | https://www.d3.io/contact |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Spacebar pausing", "version": "1.3.0", "description": "Pause videos on page load with the space bar", "icons": { "48": "Icons\/Icon48.png", "128": "Icons\/Icon128.png" }, "author": "D3T Digital", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "scripts\/main.js" ], "run_at": "document_start" } ], "permissions": [ "activeTab" ], "short_name": "YouTube Spacebar pausing", "web_accessible_resources": [ "Icons\/*" ] } |