Quora Blur Remover

Enhance your Quora experience by removing image blur. No more clicking to view! Quora Blur Remover is here to save Quora users…

Co je Quora Blur Remover?

Quora Blur Remover je rozšíření Chrome vyvinuté Valkhan Tech, a jeho hlavní funkcí je „Enhance your Quora experience by removing image blur. No more clicking to view! Quora Blur Remover is here to save Quora users…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Quora Blur Remover

Stáhněte si soubory rozšíření Quora Blur Remover ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Enhance your Quora experience by removing image blur. No more clicking to view! 

Quora Blur Remover is here to save Quora users from the hassle of clicking on blurred images. This extension removes blur, providing a seamless browsing experience.

Usage:

Click on the extension to ensure it's enabled and reload the page.
Right click on the extension and allow it to work in all sites to avoid having to click and reload the page.

Consider donating if this extension helped you in any way!                    

Základní Informace o Rozšíření

Název Quora Blur Remover Quora Blur Remover
ID ijdcibajfpoeeecjgiodhbibgappfked
Oficiální URL https://chromewebstore.google.com/detail/quora-blur-remover/ijdcibajfpoeeecjgiodhbibgappfked
Popis Enhance your Quora experience by removing image blur. No more clicking to view! Quora Blur Remover is here to save Quora users…
Velikost souboru 1.26 MB
Počet instalací 132
Aktuální Verze 1.2
Poslední Aktualizace 2023-10-19
Datum Vydání 2023-10-19
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Valkhan Tech
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quora Blur Remover",
    "version": "1.2",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/quora.com\/*",
                "https:\/\/*.quora.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "Valkhan Tech"
}