MyIPCam for IP cameras-ის მიმოხილვები
MyIPCam for IP cameras ავტორი Denfllow
36 მიმოხილვა
- 2 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 13881620, 6 წლის წინ
- 5 შეფასება 5-დანმიმომხილველი scryptic, 7 წლის წინVery configurable and good layout. Supports up to 24 cameras.
შემმუშავებლის პასუხი
თარიღი 7 წლის წინMain functions such as camera viewing and PTZ-control in the pop-up window are free- 5 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 14231902, 7 წლის წინ
- 4 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 14160599, 7 წლის წინEstá bastante bien, la recomiendo.
- 1 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 14051203, 7 წლის წინKept popping up payment request when trying to review, would have been happy to pay a little for this if it wasn't so obnoxious! Also could not find any PTZ controls.
შემმუშავებლის პასუხი
თარიღი 7 წლის წინHow to find PTZ controls: open pop-up window from toolbar, click on video from camera. PTZ buttons will appears below video image. - 1 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 13393917, 7 წლის წინDoes not work in Firefox 64 bit
- 5 შეფასება 5-დანმიმომხილველი cyberplanete, 8 წლის წინI have used it for quite a while now. It's a very good extension. Good work.
- 2 შეფასება 5-დანმიმომხილველი Ben, 8 წლის წინI had a bit of a fight with this add-on. The local storage will not remember its settings across sessions if the user has Firefox set to make all cookies, session cookies (this affects local storage too) - the Privacy: Keep until I close Firefox, setting is the one.
I think you should be using: browser.storage.local instead of localStorage in an add-on. This gives the storage more 'privilege' and it's a lot less vulnerable.
Besides which, this add-on is crippleware which I think should be made clearer.შემმუშავებლის პასუხი
თარიღი 7 წლის წინThanks for your review. I'll fix it in the next version.
why it happens:
<< Also in Firefox, you can prevent the browser from clearing local storage on uninstall by visiting "about:config" and setting the following two browser preferences to true: "keepUuidOnUninstall" and "keepStorageOnUninstall". This feature is provided to help developers test their extensions. Extensions themselves are not able to change these preferences.
Although this API is similar to Window.localStorage it is recommended that you don't use Window.localStorage in extension code. Firefox will clear data stored by extensions using the localStorage API in various scenarios where users clear their browsing history and data for privacy reasons, while data saved using the storage.local API will be correctly persisted in these scenarios. >>