YouTube Spacebar Pause
Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.
什么是YouTube Spacebar Pause?
YouTube Spacebar Pause是由MAaxim91开发的Chrome扩展程序,该扩展的主要功能是“Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.”。
下载YouTube Spacebar Pause扩展crx文件
下载YouTube Spacebar Pause扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling. Fixed version of "youtube-spacebar-fix" by Fireside Guru.
扩展基本信息
名称 | |
ID | kelhcneanfdjfbneoljbgpahgfcacdhh |
官方URL | https://chrome.google.com/webstore/detail/kelhcneanfdjfbneoljbgpahgfcacdhh |
简介 | Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling. |
文件大小 | 34.04 KB |
安装次数 | 131 |
当前版本 | 1.2 |
更新时间 | 2018-04-02 |
上架时间 | 2018-04-02 |
评分 | 4.70/5 共10次评分 |
开发者 | MAaxim91 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "init.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "description": "Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "YouTube Spacebar Pause", "page_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_title": "YouTube Spacebar Pause" }, "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |