Will Save: Duolingo Powered Site Blocker

Blocks time wasting sites until Duolingo reviews are done.

Will Save: Duolingo Powered Site Blocker क्या है?

Will Save: Duolingo Powered Site Blocker chris द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blocks time wasting sites until Duolingo reviews are done."।

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

screenshot
screenshot

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

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

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

                        Hold Up There Traveler!

As you might have noticed, time seems to pass by quicker on time-wasting sites like Reddit, Twitter, Facebook, Imgur... you know the sorts.

Hours pass by like minutes.. And sometimes you don't even remember how you got there!

Will Save is a browser extension for Firefox and Chrome. Once installed, link your Duolingo account to receive potions for each lesson you complete. Trade in potions to spend time on time-wasting sites you've added to your blocklist.

FAQ:

Q: Do I need to give you my duolingo password?
A: Not at all. You simply tell the extension what your duolingo username is, and it will pull your exp info from the public API.

Q: How can I tweak how many minutes I get per potion, or how many exp per potion?
A: In the extension settings (Chrome: chrome://extensions > Will-Save > Settings, Firefox: Tools > Addons) you can customize these two settings. By default you get 1 potion per 10XP and 10 minutes per potion.

Q: Will I be credited for lessons I do on the Duolingo apps?
A: Yes! Because the extension looks at Duolingo's API, anytime you're credited with EXP you will be able to use it.

Q: Does it cost money?
A: Nope. No ads either. The amount of time it's saved me is well worth my effort.                    

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

नाम Will Save: Duolingo Powered Site Blocker Will Save: Duolingo Powered Site Blocker
ID imcnnigkdmbgmfdhkfkipkppholngjap
आधिकारिक URL https://chromewebstore.google.com/detail/will-save-duolingo-powere/imcnnigkdmbgmfdhkfkipkppholngjap
विवरण Blocks time wasting sites until Duolingo reviews are done.
फ़ाइल का आकार 734 KB
स्थापना संख्या 183
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2018-02-14
प्रकाशन तिथि 2018-02-13
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर chris
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://unregistered.github.io/will-save/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Will Save: Duolingo Powered Site Blocker",
    "short_name": "Will Save",
    "description": "Blocks time wasting sites until Duolingo reviews are done.",
    "version": "1.2.1",
    "incognito": "spanning",
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": false,
        "open_in_tab": false
    },
    "background": {
        "scripts": [
            "js\/lib.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "css": [
                "css\/common.css"
            ],
            "js": [
                "js\/lib.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "512": "img\/logos_512.png"
    },
    "web_accessible_resources": [
        "img\/*.png",
        "js\/*.js",
        "html\/toll.html"
    ]
}