Qure

Filters out off-site content on Quora

Wat is Qure?

Qure is een Chrome-extensie ontwikkeld door chris reiss, en de belangrijkste functie is "Filters out off-site content on Quora".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Qure

Download Qure-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Qure Qure
ID fkajijodppakkgbgdcelajieachadnkc
Officiële URL https://chromewebstore.google.com/detail/qure/fkajijodppakkgbgdcelajieachadnkc
Beschrijving Filters out off-site content on Quora
Bestandsgrootte 31.61 KB
Aantal Installaties 247
Huidige Versie 3.1.0
Laatst Bijgewerkt 2018-05-17
Publicatiedatum 2018-05-16
Beoordeling 4.30/5 Totaal 10 Beoordelingen
Ontwikkelaar chris reiss
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://ominax.com/qure
Ondersteunde Talen 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"
    }
}