Wyze Autoplay
Autoplay Wyze videos
Wyze Autoplayとは何ですか?
Wyze Autoplayはdevm33によって開発されたChromeの拡張機能で、その主な機能は「Autoplay Wyze videos」です。
拡張機能のスクリーンショット
Wyze Autoplay拡張機能のCRXファイルをダウンロード
Wyze Autoplay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Autoplay Wyze videos on view.wyze.com                     拡張機能の基本情報
| 名前 |   |  
| ID | hhbmnefjfdlhhnpckeniodbedglbpmkn | 
| 公式URL | https://chromewebstore.google.com/detail/wyze-autoplay/hhbmnefjfdlhhnpckeniodbedglbpmkn | 
| 説明 | Autoplay Wyze videos | 
| ファイルサイズ | 13.21 KB | 
| インストール数 | 149 | 
| 現在のバージョン | 1.1 | 
| 最終更新日 | 2023-09-02 | 
| 公開日 | 2023-07-09 | 
| 開発者 | devm33 | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/devm33/wyze-autoplay | 
| ヘルプページのURL | https://github.com/devm33/wyze-autoplay/issues | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wyze Autoplay",
    "version": "1.1",
    "description": "Autoplay Wyze videos",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/view.wyze.com\/*"
            ]
        }
    ]
}  |  |