Focus Mode - Stay Focused & Block Sites

Stay focused like humans, no robots.

Focus Mode - Stay Focused & Block Sites क्या है?

Focus Mode - Stay Focused & Block Sites https://focusmode.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stay focused like humans, no robots."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Focus Mode - Stay Focused & Block Sites एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        FocusMode makes you think before you ended up mindlessly scrolling when browsing the web. 

Only access distracting websites with an informed decision, no more wasting time without you realised.

Instead of forcing you to stay focused, this extension gives you options to take a break or turn off focus mode easily.

Features:
Stay focused for hours longer
- Whether you're trying to focus on work, school, reading, or studying - get more things done in a shorter time.

Take a break when you need it
-  Our extension lets you to take a break and resume whenever you want without forcing you to be focused.

Works on any websites
- Use our predefined distracting website links or make your own list of any websites you want to block.

Dark mode
- Turn on dark mode if you are still on the dark mode hype train.

Privacy-first
Your history and browser data is stored in your own local computer. In other words, your data is safe.

Support the developer: https://www.buymeacoffee.com/umarluqman                    

एक्सटेंशन की मूल जानकारी

नाम Focus Mode - Stay Focused & Block Sites Focus Mode - Stay Focused & Block Sites
ID ollmdedpknmlcdmpehclmgbogpifahdc
आधिकारिक URL https://chromewebstore.google.com/detail/focus-mode-stay-focused-b/ollmdedpknmlcdmpehclmgbogpifahdc
विवरण Stay focused like humans, no robots.
फ़ाइल का आकार 344 KB
स्थापना संख्या 11,244
वर्तमान संस्करण 1.5.2
अंतिम अपडेट 2023-11-21
प्रकाशन तिथि 2021-02-15
रेटिंग 4.21/5 कुल 33 रेटिंग्स
डेवलपर https://focusmode.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://focusmode.app
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.5.2",
    "name": "Focus Mode - Stay Focused & Block Sites",
    "short_name": "Focus Mode",
    "description": "Stay focused like humans, no robots.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/img\/16x16.png",
        "48": "assets\/img\/48x48.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; connect-src ws:\/\/localhost:*\/",
    "web_accessible_resources": [
        "assets\/img\/*"
    ]
}