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 |
官方網址 | 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" } |