Fold Socks

A minimalist distraction blocker to keep you on task.

What is Fold Socks?

Fold Socks is a Chrome extension developed by https://foldsocks.com, and its main feature is "A minimalist distraction blocker to keep you on task.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Fold Socks Extension CRX File

Download Fold Socks 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

                        Do you ever sit down to complete something only to be distracted by the internet? 

STAY IN THE FLOW
Alternate between blocks of concentration and short breaks to supercharge your productivity. 

GUARD YOUR FOCUS
When your focus slips, we'll block distracting websites and nudge you towards your current task.

SMALL TASKS LEAD TO LARGE GOALS
Accomplish your goals daily by breaking them into small tasks and focusing on one thing at a time.                    

Extension Basic Information

Name Fold Socks Fold Socks
ID jgoglnfeholbpehohjbelilljdphphli
Official URL https://chromewebstore.google.com/detail/fold-socks/jgoglnfeholbpehohjbelilljdphphli
Description A minimalist distraction blocker to keep you on task.
File Size 764 KB
Installation Count 87
Current Version 1.0.3
Last Updated 2021-09-03
Publish Date 2021-02-14
Rating 4.80/5 Total 15 Ratings
Developer https://foldsocks.com
Email [email protected]
Payment Type free
Extension Website https://foldsocks.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fold Socks",
    "version": "1.0.3",
    "description": "A minimalist distraction blocker to keep you on task.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/blockCheck.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "fold_icon_white_16.png",
        "32": "fold_icon_white_32.png",
        "64": "fold_icon_white_64.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "fold_icon_white_16.png",
            "32": "fold_icon_white_32.png",
            "64": "fold_icon_white_64.png"
        },
        "default_title": "Fold Socks"
    },
    "manifest_version": 2
}