Qure

Filters out off-site content on Quora

What is Qure?

Qure is a Chrome extension developed by chris reiss, and its main feature is "Filters out off-site content on Quora".

Extension Screenshots

screenshot

Download Qure Extension CRX File

Download Qure 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

                        Welcome to The Qure extension! This is for people who don`t like off-Quora links or Anonymous Questions appearing in their home feed. You can choose to see such items in a different color, or block them altogether. Quora in no way authorizes, approves of, or likes this product. In fact, they`ll probably sue me.                    

Extension Basic Information

Name Qure Qure
ID fkajijodppakkgbgdcelajieachadnkc
Official URL https://chromewebstore.google.com/detail/qure/fkajijodppakkgbgdcelajieachadnkc
Description Filters out off-site content on Quora
File Size 31.61 KB
Installation Count 247
Current Version 3.1.0
Last Updated 2018-05-17
Publish Date 2018-05-16
Rating 4.30/5 Total 10 Ratings
Developer chris reiss
Email [email protected]
Payment Type free
Extension Website http://ominax.com/qure
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Qure",
    "version": "3.1.0",
    "manifest_version": 2,
    "description": "Filters out off-site content on Quora",
    "homepage_url": "http:\/\/ominax.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "The Qure"
    },
    "permissions": [
        "storage",
        "https:\/\/www.quora.com\/",
        "http:\/\/www.quora.com\/"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "32": "cure.png",
        "48": "cure_48.png",
        "128": "cure_128.png"
    }
}