UnBlur Quora

Read unlimited Quora answers without signing up.

UnBlur Quora क्या है?

UnBlur Quora Soumya Ranjan Mohanty (geekysrm) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read unlimited Quora answers without signing up."।

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

screenshot
screenshot

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

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

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

                        How often have you searched a question on Google, landed on Quora and wanted to read an answer but oh!, you face a nagging sign up screen that forces you to signup. No cross/ exit buttons.

Here's where UnBlur Quora comes to rescue. UnBlur the whole page with just a button click and read to your heart's content.

Using Firefox? Download the addon here: https://addons.mozilla.org/en-US/firefox/addon/unblur-quora/

Buy me a coffee: https://coffee.soumya.dev?from=unblur-quora

Report any bugs/ suggest features to the developer: Soumya (@geekysrm) on Twitter                    

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

नाम UnBlur Quora UnBlur Quora
ID dbiilmhbpifcgcpikjfagempfijhfpgd
आधिकारिक URL https://chromewebstore.google.com/detail/unblur-quora/dbiilmhbpifcgcpikjfagempfijhfpgd
विवरण Read unlimited Quora answers without signing up.
फ़ाइल का आकार 23.59 KB
स्थापना संख्या 3,173
वर्तमान संस्करण 2.0
अंतिम अपडेट 2020-09-14
प्रकाशन तिथि 2020-07-01
रेटिंग 3.40/5 कुल 15 रेटिंग्स
डेवलपर Soumya Ranjan Mohanty (geekysrm)
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://link.soumya.dev/about-unblur-quora
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "35",
    "name": "UnBlur Quora",
    "description": "Read unlimited Quora answers without signing up.",
    "version": "2.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}