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 |
Eメール | [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" } |