About this extension
Open the Camera Viewer page by pressing the Camera Viewer icon in your toolbar. Then enter your cameras snapshot URL or MJPEG steam and press submit.
🌟 Features:
🤔 What permissions are required and why:
🤖 Note for Android users:
Toolbar button cannot be pressed on the 'new page' tab.
Navigate to any webpage, then click the three dots menu > Add-ons > 'Camera Viewer' and the Application will open in a new tab.
View the code on Github >
🌟 Features:
- Fullscreen View.
- Take and Immediately download a snapshot using the snapshot button.
- Zero ads, no paywall or any-kind of tracking, contains zero third party scripts.
- Can open and view on multiple windows.
- Will warn if connection problems.
- Remembers last URL used, so you don't need to.
- Extremely simple UI, just a few buttons.
- Runs offline. Requires no access to the internet, you only need to be connected to the same network as your camera.
🤔 What permissions are required and why:
storage
: To save the last URL used, it will autofill the URL input on reload, or next use.webRequest
,webRequestBlocking
: To modify the headers on incoming images. To prevent cors issues. Especially when adding the image to canvas to make a downloadable screenshot, or a paused image for MJPEG mode.<all_urls>
: So we can modify those headers on all image URLs you input.
🤖 Note for Android users:
Toolbar button cannot be pressed on the 'new page' tab.
Navigate to any webpage, then click the three dots menu > Add-ons > 'Camera Viewer' and the Application will open in a new tab.
View the code on Github >