UnBlur Quora

Read unlimited Quora answers without signing up.

Τι είναι το UnBlur Quora;

Το UnBlur Quora είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Soumya Ranjan Mohanty (geekysrm), και η κύρια λειτουργία του είναι "Read unlimited Quora answers without signing up.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης UnBlur Quora

Λήψη αρχείων επέκτασης UnBlur Quora σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}