Site Restricter

Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity

What is Site Restricter?

Site Restricter is a Chrome extension developed by LN, and its main feature is "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity".

Extension Screenshots

screenshot
screenshot
screenshot

Download Site Restricter Extension CRX File

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

                        Too many distractions? Want to limit access to certain sites?
This extension helps you control that. 

Add URLs of sites you don't want to visit.
When you change your mind, just remove them from the list and regain access!

Features: 
- Control access to sites by adding or deleting them individually
- One Click Add / Clear All Functionalities
- Simple Design
- Easy to use                    

Extension Basic Information

Name Site Restricter Site Restricter
ID kbokniiapoadjhhkmnlpndgeambahghk
Official URL https://chromewebstore.google.com/detail/site-restricter/kbokniiapoadjhhkmnlpndgeambahghk
Description Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity
File Size 10.83 KB
Installation Count 50
Current Version 0.0.5
Last Updated 2021-10-30
Publish Date 2021-10-30
Rating 5.00/5 Total 1 Ratings
Developer LN
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Site Restricter",
    "description": "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity",
    "version": "0.0.5",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Site Restricter"
    },
    "icons": {
        "16": "\/images\/logo_16.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    }
}