twitch stop autolay
Stopps the autoplay on the twitch frontpage
twitch stop autolayとは何ですか?
twitch stop autolayはApeWithCompilerによって開発されたChromeの拡張機能で、その主な機能は「Stopps the autoplay on the twitch frontpage」です。
拡張機能のスクリーンショット
twitch stop autolay拡張機能のCRXファイルをダウンロード
twitch stop autolay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Annoyed getting screamed from the player on the twitch frontpage? This plugin mutes and stops the player.
拡張機能の基本情報
名前 | |
ID | ellafikcjlakbpanbejcpcgacedleoeo |
公式URL | https://chromewebstore.google.com/detail/twitch-stop-autolay/ellafikcjlakbpanbejcpcgacedleoeo |
説明 | Stopps the autoplay on the twitch frontpage |
ファイルサイズ | 23.75 KB |
インストール数 | 53 |
現在のバージョン | 1.0 |
最終更新日 | 2022-06-27 |
公開日 | 2022-06-27 |
評価 | 3.75/5 合計 4 レビュー |
開発者 | ApeWithCompiler |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://gitlab.com/ApeWithCompiler/twitch-stop-autoplay |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "twitch stop autolay", "description": "Stopps the autoplay on the twitch frontpage", "version": "1.0", "manifest_version": 3, "permissions": [ "scripting", "activeTab" ], "host_permissions": [ "https:\/\/www.twitch.tv\/\/", "https:\/\/www.twitch.tv\/" ], "background": { "service_worker": "service.js" }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |