Web Lock | App lock for websites
Your app lock, but for the web. Protect any website with a password!
Vad är Web Lock | App lock for websites?
Web Lock | App lock for websites är en Chrome-tillägg utvecklad av https://blogdesire.com, och dess huvudfunktion är "Your app lock, but for the web. Protect any website with a password!".
Tilläggsskärmbilder
Ladda ner Web Lock | App lock for websites-förlängningens CRX-fil
Ladda ner Web Lock | App lock for websites-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Web lock is password protection for websites, just like app locks on mobile phones. With this extension, you can password protect any website that contains your sensitive data, like email, chat, photos, etc. This is also an excellent fit for parents who want to restrict their children from accessing the broad internet. Key Features: Web Lock: To Protect any website with a password Block Site: Block any distracting website to stay focused Browser Lock: Lock your entire browser with just one click Password Recovery: Easy password recovery system. So, you don't have to worry if you ever forget your password. Password Change: Change your password with just one click. Changelog: --v1.31 - Released Browser Lock Alpha Version --v1.3 - Fixed the issue of not working on some sites. - Added Browser Lock feature --v1.2 - Changed Email Server - Added Block Site - Added Announcement Page - Added Feedback Form - Improved URL input experience --v1.1 - Initial Release with web lock feature
Grundläggande Information om Tillägg
Namn | Web Lock | App lock for websites |
ID | dnnadodijkgincdakbjjhhcmlbfpahjj |
Officiell webbadress | https://chromewebstore.google.com/detail/web-lock-app-lock-for-web/dnnadodijkgincdakbjjhhcmlbfpahjj |
Beskrivning | Your app lock, but for the web. Protect any website with a password! |
Filstorlek | 251 KB |
Antal Installationer | 12,623 |
Aktuell Version | 1.31 |
Senast Uppdaterad | 2024-03-04 |
Publiceringsdatum | 2022-03-20 |
Betyg | 4.29/5 Totalt 51 Betyg |
Utvecklare | https://blogdesire.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://apps.blogdesire.com/web-lock |
Hjälpsida URL | https://khokon.dev/contact |
URL till Sekretesspolicy Sidan | https://server.khokon.dev/weblock-privacy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Khokon M. (khokon.dev)", "content_scripts": [ { "js": [ "assets\/js\/sha.js", "assets\/js\/noty.js", "assets\/js\/content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "assets\/css\/login.css", "assets\/css\/noty.css", "assets\/js\/locker.js", "assets\/js\/sha.js", "assets\/js\/noty.js", "assets\/img\/up-arrow.svg", "forgot.html", "login.html", "blocked.html" ], "matches": [ " |