Wyze Autoplay
Autoplay Wyze videos
What is Wyze Autoplay?
Wyze Autoplay is a Chrome extension developed by devm33, and its main feature is "Autoplay Wyze videos".
Extension Screenshots
Download Wyze Autoplay Extension CRX File
Download Wyze Autoplay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Autoplay Wyze videos on view.wyze.com
Extension Basic Information
Name | Wyze Autoplay |
ID | hhbmnefjfdlhhnpckeniodbedglbpmkn |
Official URL | https://chromewebstore.google.com/detail/wyze-autoplay/hhbmnefjfdlhhnpckeniodbedglbpmkn |
Description | Autoplay Wyze videos |
File Size | 13.21 KB |
Installation Count | 149 |
Current Version | 1.1 |
Last Updated | 2023-09-02 |
Publish Date | 2023-07-09 |
Developer | devm33 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/devm33/wyze-autoplay |
Help Page URL | https://github.com/devm33/wyze-autoplay/issues |
Supported Languages | 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\/*" ] } ] } |