Site Locker

to lock your sites and increase productivity

What is Site Locker?

Site Locker is a Chrome extension developed by Albert-W, and its main feature is "to lock your sites and increase productivity".

Extension Screenshots

screenshot

Download Site Locker Extension CRX File

Download Site Locker 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

                        It's a super lightweight chrome extension to lock website and increase productivity.

In order to reduce the performance cost from this extension, I did not add any makeups nor jQuery.                    

Extension Basic Information

Name Site Locker Site Locker
ID folahcfhclpiikbgfkehhbjoppbacbnc
Official URL https://chromewebstore.google.com/detail/site-locker/folahcfhclpiikbgfkehhbjoppbacbnc
Description to lock your sites and increase productivity
File Size 141 KB
Installation Count 264
Current Version 1.1.0
Last Updated 2020-09-02
Publish Date 2020-08-22
Rating 5.00/5 Total 1 Ratings
Developer Albert-W
Email [email protected]
Payment Type free
Extension Website https://github.com/Albert-W/site-locker
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Locker",
    "description": "to lock your sites and increase productivity",
    "version": "1.1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/favicon16.png",
            "32": "images\/favicon32.png",
            "48": "images\/favicon48.png",
            "128": "images\/favicon128.png"
        }
    },
    "icons": {
        "16": "images\/favicon16.png",
        "32": "images\/favicon32.png",
        "48": "images\/favicon48.png",
        "128": "images\/favicon128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    },
    "options_page": "options.html"
}