Web Lock

This is extension to lock your personal sites.

Wat is Web Lock?

Web Lock is een Chrome-extensie ontwikkeld door anilcharan7295, en de belangrijkste functie is "This is extension to lock your personal sites.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Web Lock

Download Web Lock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is extension to lock your personal sites.                    

Basisinformatie over de Extensie

Naam Web Lock Web Lock
ID iinakmpcfjfoknmbielbgpmimfbbipff
Officiële URL https://chrome.google.com/webstore/detail/web-lock/iinakmpcfjfoknmbielbgpmimfbbipff
Beschrijving This is extension to lock your personal sites.
Bestandsgrootte 576 KB
Aantal Installaties 339
Huidige Versie 1.0
Laatst Bijgewerkt 2019-04-20
Publicatiedatum 2019-04-16
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar anilcharan7295
Betalingswijze free
Ondersteunde Talen 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"
    }
}