Twitch: Click to Pause
Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!
Twitch: Click to Pauseとは何ですか?
Twitch: Click to Pauseはheltonricardoによって開発されたChromeの拡張機能で、その主な機能は「Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!」です。
拡張機能のスクリーンショット
Twitch: Click to Pause拡張機能のCRXファイルをダウンロード
Twitch: Click to Pause拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
"Twitch: Click to Pause" is an extension that allows you to easily pause Twitch videos with a simple click on the video itself. With this extension, you no longer have to worry about missing the pause button when watching your favorite Twitch videos. Just click on the video and it will pause immediately, giving you greater control over your viewing experience. Download the extension now and start enjoying a more intuitive and personalized viewing experience on Twitch!
拡張機能の基本情報
名前 | Twitch: Click to Pause |
ID | adobjpkknimepogllngddjikogghgdhl |
公式URL | https://chromewebstore.google.com/detail/twitch-click-to-pause/adobjpkknimepogllngddjikogghgdhl |
説明 | Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today! |
ファイルサイズ | 24.14 KB |
インストール数 | 103 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-05-25 |
公開日 | 2023-05-16 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | heltonricardo |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/heltonricardo/twitch-click-to-pause |
ヘルプページのURL | https://github.com/heltonricardo/twitch-click-to-pause |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "manifest_version": 3, "author": "Helton Ricardo", "name": "Twitch: Click to Pause", "description": "Easily pause and resume Twitch videos with a simple click on the video itself. Take control of your viewing experience today!", "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png", "256": "assets\/img\/icon256.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "script.js" ] } ] } |