Pause HBO
A Chrome Extension to make HBO a teeny bit nicer. Pause and play with spacebar, and without exiting full-screen. For US, Spain.
Pause HBOとは何ですか?
Pause HBOはhttp://helloleia.comによって開発されたChromeの拡張機能で、その主な機能は「A Chrome Extension to make HBO a teeny bit nicer. Pause and play with spacebar, and without exiting full-screen. For US, Spain.」です。
拡張機能のスクリーンショット
Pause HBO拡張機能のCRXファイルをダウンロード
Pause HBO拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This app is really simple. It enables the pause and play toggle with the spacebar in the HBO app! HBO makes awesome shows. But the HBO web app has a tiny, yet frustrating detail that drives me nuts. You cannot pause or play with the spacebar. To make matters worse, hitting the spacebar exits full-screen mode. So, when you intuitively hit the spacebar to pause your show, you have to then click to pause and re-enter full-screen and it's a nightmare.
拡張機能の基本情報
名前 | |
ID | obkkopdjeglmehankcafionjnhdffjgd |
公式URL | https://chrome.google.com/webstore/detail/pause-hbo/obkkopdjeglmehankcafionjnhdffjgd |
説明 | A Chrome Extension to make HBO a teeny bit nicer. Pause and play with spacebar, and without exiting full-screen. For US, Spain. |
ファイルサイズ | 119 KB |
インストール数 | 44 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-01-23 |
公開日 | 2020-01-19 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | http://helloleia.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://helloleia.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pause HBO", "description": "A Chrome Extension to make HBO a teeny bit nicer. Pause and play with spacebar, and without exiting full-screen. For US, Spain.", "version": "1.0.0", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "page_action": { "default_icon": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_title": "HBO Tweak" }, "permissions": [ "*:\/\/es.hboespana.com\/*", "*:\/\/*.hbo.com\/*", "*:\/\/*.hbogo.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/es.hboespana.com\/*", "*:\/\/*.hbo.com\/*", "*:\/\/*.hbogo.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] } } |