PuzzleBlocker: Stop wasting time with puzzles

Solve puzzles to stop procrastinating on time-wasting websites.

PuzzleBlocker: Stop wasting time with puzzles क्या है?

PuzzleBlocker: Stop wasting time with puzzles https://puzzleblocker.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Solve puzzles to stop procrastinating on time-wasting websites."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        PuzzleBlocker is a browser extension that helps you spend less time procrastinating and more time being focused. To unlock time-wasting websites – like Facebook, Instagram or Reddit – you have to solve Tangram puzzles.

Solving puzzles takes time and will make your brain think procrastination is actually hard work. At best, you will close the tab and keep working. At worst, you have "earned" the reward of procrastinating for a couple of minutes.

Read more on how it works at puzzleblocker.com

------

If you have any issues, feel free to submit bugs or feedback through the provided tools of communication. Any feedback on the app or ideas how to improve it are greatly appreciated!

------

This extension currently also works in Firefox.                    

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

नाम PuzzleBlocker: Stop wasting time with puzzles PuzzleBlocker: Stop wasting time with puzzles
ID naomldldmhjaaomjbgldgefgjcidhbki
आधिकारिक URL https://chromewebstore.google.com/detail/puzzleblocker-stop-wastin/naomldldmhjaaomjbgldgefgjcidhbki
विवरण Solve puzzles to stop procrastinating on time-wasting websites.
फ़ाइल का आकार 136 KB
स्थापना संख्या 61
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2021-08-20
प्रकाशन तिथि 2021-07-07
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://puzzleblocker.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.puzzleblocker.com/
सहायता पृष्ठ URL https://www.puzzleblocker.com/report-bug.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PuzzleBlocker: Stop wasting time with puzzles",
    "version": "1.1.5",
    "description": "Solve puzzles to stop procrastinating on time-wasting websites.",
    "homepage_url": "https:\/\/www.puzzleblocker.com",
    "manifest_version": 2,
    "minimum_chrome_version": "74",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "67.0"
        }
    },
    "icons": {
        "128": "\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "\/icon_128.png",
        "default_popup": "\/popup\/popup.html"
    },
    "permissions": [
        "storage",
        "alarms",
        "webNavigation"
    ],
    "options_ui": {
        "chrome_style": true,
        "browser_style": true,
        "page": "\/options\/options.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/background.js"
        ]
    }
}