Focus 45

With one click you can have 45 minutes of no distracting websites

Focus 45 क्या है?

Focus 45 https://focus-45.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With one click you can have 45 minutes of no distracting websites"।

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

screenshot

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

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

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

                        One Click. 45 distraction-free minutes.

Sometimes you need to get things done, but you can't seem to escape the endless expanse of distracting websites. Focus 45 is here to help.

Just click one button and get 45 minutes with no distractions. After the 45 minutes is up, you can browse freely again.

If you really need to get through to a site during the 45 minutes, you just have to enter a code, and you will be able to view the site for a few minutes.

-List of distracting sites is completely customizable.
-Length of timer can be adjusted to any number of minutes. (45 is default)
-Amount of time allowed to view a site after entering a code can also be adjusted.                    

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

नाम Focus 45 Focus 45
ID efjdfkfpnffgkdgehkenoikpbadfgple
आधिकारिक URL https://chromewebstore.google.com/detail/focus-45/efjdfkfpnffgkdgehkenoikpbadfgple
विवरण With one click you can have 45 minutes of no distracting websites
फ़ाइल का आकार 1.48 MB
स्थापना संख्या 6,185
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-03-23
प्रकाशन तिथि 2018-09-10
रेटिंग 4.78/5 कुल 562 रेटिंग्स
डेवलपर https://focus-45.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "static\/js\/request_handler.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/redirect.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; img-src chrome:\/\/favicon;",
    "description": "With one click you can have 45 minutes of no distracting websites",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "Focus 45",
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        "webRequest",
        "*:\/\/focus-45.com\/blocker\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/focus-45.com\/*"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}