Spacebar pause on youtube
This extension makes spacebar actually pause youtube videos
Spacebar pause on youtubeとは何ですか?
Spacebar pause on youtubeはYossi Abrahamによって開発されたChromeの拡張機能で、その主な機能は「This extension makes spacebar actually pause youtube videos」です。
拡張機能のスクリーンショット
Spacebar pause on youtube拡張機能のCRXファイルをダウンロード
Spacebar pause on youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
As long as when pressing space on youtube will not pause the video, our life mission is incomplete. So we introduce you the next cutting edge technology into your personal youtube - a youtube that actually pauses on spacebar (!!!!!!!!) (BTW: We are open minded about being acquired by google.)
拡張機能の基本情報
名前 | Spacebar pause on youtube |
ID | fkhkpjiagcmkicnbmnnlfdjodhbblnkl |
公式URL | https://chrome.google.com/webstore/detail/fkhkpjiagcmkicnbmnnlfdjodhbblnkl |
説明 | This extension makes spacebar actually pause youtube videos |
ファイルサイズ | 3.32 KB |
インストール数 | 604 |
現在のバージョン | 1.1 |
最終更新日 | 2015-09-06 |
公開日 | 2015-09-06 |
評価 | 3.03/5 合計 29 レビュー |
開発者 | Yossi Abraham |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spacebar pause on youtube", "short_name": "spacebar-youtube", "description": "This extension makes spacebar actually pause youtube videos", "version": "1.1", "permissions": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "hook.js" ], "run_at": "document_end" } ] } |