Click to Pause for Twitch
Click the Twitch video to pause.
Click to Pause for Twitchとは何ですか?
Click to Pause for TwitchはSamVKによって開発されたChromeの拡張機能で、その主な機能は「Click the Twitch video to pause.」です。
拡張機能のスクリーンショット
Click to Pause for Twitch拡張機能のCRXファイルをダウンロード
Click to Pause for Twitch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Twitch is the only popular video player where you can't click on the video to play/pause the stream. No more! "Click to Pause for Twitch" adds the simple functionally of toggling the play/pause state by clicking on it. Don't worry: double-click to toggle fullscreen still works too.
拡張機能の基本情報
名前 | Click to Pause for Twitch |
ID | dmfaigalopddebbakgnifldgfhdinopo |
公式URL | https://chromewebstore.google.com/detail/click-to-pause-for-twitch/dmfaigalopddebbakgnifldgfhdinopo |
説明 | Click the Twitch video to pause. |
ファイルサイズ | 14.48 KB |
インストール数 | 759 |
現在のバージョン | 1.1.0 |
最終更新日 | 2022-02-07 |
公開日 | 2021-11-01 |
評価 | 4.08/5 合計 12 レビュー |
開発者 | SamVK |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/samvk/twitch-click-to-pause |
ヘルプページのURL | https://samvk.com/contact |
プライバシーポリシーページのURL | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Click to Pause for Twitch", "manifest_version": 2, "version": "1.1.0", "description": "Click the Twitch video to pause.", "author": "Sam Kauffman (SamVK)", "icons": { "16": "img\/icon\/icon-16.png", "48": "img\/icon\/icon-48.png", "128": "img\/icon\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "script.js" ] } ] } |