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…

What is Quora Blur Remover?

Quora Blur Remover is a Chrome extension developed by Valkhan Tech, and its main feature is "Enhance your Quora experience by removing image blur. No more clicking to view! Quora Blur Remover is here to save Quora users…".

Extension Screenshots

screenshot

Download Quora Blur Remover Extension CRX File

Download Quora Blur Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Quora Blur Remover Quora Blur Remover
ID ijdcibajfpoeeecjgiodhbibgappfked
Official URL https://chromewebstore.google.com/detail/quora-blur-remover/ijdcibajfpoeeecjgiodhbibgappfked
Description Enhance your Quora experience by removing image blur. No more clicking to view! Quora Blur Remover is here to save Quora users…
File Size 1.26 MB
Installation Count 132
Current Version 1.2
Last Updated 2023-10-19
Publish Date 2023-10-19
Rating 5.00/5 Total 3 Ratings
Developer Valkhan Tech
Email [email protected]
Payment Type free
Supported Languages 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"
}