Web Lock

This is extension to lock your personal sites.

What is Web Lock?

Web Lock is a Chrome extension developed by anilcharan7295, and its main feature is "This is extension to lock your personal sites.".

Extension Screenshots

screenshot
screenshot

Download Web Lock Extension CRX File

Download Web Lock 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

                        This is extension to lock your personal sites.                    

Extension Basic Information

Name Web Lock Web Lock
ID iinakmpcfjfoknmbielbgpmimfbbipff
Official URL https://chrome.google.com/webstore/detail/web-lock/iinakmpcfjfoknmbielbgpmimfbbipff
Description This is extension to lock your personal sites.
File Size 576 KB
Installation Count 339
Current Version 1.0
Last Updated 2019-04-20
Publish Date 2019-04-16
Rating 3.40/5 Total 5 Ratings
Developer anilcharan7295
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Lock",
    "version": "1.0",
    "web_accessible_resources": [
        "inner.html"
    ],
    "permissions": [
        "tabs",
        "",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "\/images\/logo.png",
        "default_title": "Web Lock"
    }
}