UnBlur Quora

Read unlimited Quora answers without signing up.

Was ist UnBlur Quora?

UnBlur Quora ist eine Chrome-Erweiterung, die von Soumya Ranjan Mohanty (geekysrm) entwickelt wurde, und ihr Hauptmerkmal ist "Read unlimited Quora answers without signing up.".

Erweiterungsscreenshots

screenshot
screenshot

UnBlur Quora-Erweiterungs-CRX-Datei herunterladen

Laden Sie UnBlur Quora-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name UnBlur Quora UnBlur Quora
ID dbiilmhbpifcgcpikjfagempfijhfpgd
Offizielle URL https://chromewebstore.google.com/detail/unblur-quora/dbiilmhbpifcgcpikjfagempfijhfpgd
Beschreibung Read unlimited Quora answers without signing up.
Dateigröße 23.59 KB
Installationsanzahl 3,173
Aktuelle Version 2.0
Letztes Update 2020-09-14
Veröffentlichungsdatum 2020-07-01
Bewertung 3.40/5 Insgesamt 15 Bewertungen
Entwickler Soumya Ranjan Mohanty (geekysrm)
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://link.soumya.dev/about-unblur-quora
Unterstützte Sprachen 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"
    ]
}