Qure
Filters out off-site content on Quora
Was ist Qure?
Qure ist eine Chrome-Erweiterung, die von chris reiss entwickelt wurde, und ihr Hauptmerkmal ist "Filters out off-site content on Quora".
Erweiterungsscreenshots
Qure-Erweiterungs-CRX-Datei herunterladen
Laden Sie Qure-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fkajijodppakkgbgdcelajieachadnkc |
| Offizielle URL | https://chromewebstore.google.com/detail/qure/fkajijodppakkgbgdcelajieachadnkc |
| Beschreibung | Filters out off-site content on Quora |
| Dateigröße | 31.61 KB |
| Installationsanzahl | 247 |
| Aktuelle Version | 3.1.0 |
| Letztes Update | 2018-05-17 |
| Veröffentlichungsdatum | 2018-05-16 |
| Bewertung | 4.30/5 Insgesamt 10 Bewertungen |
| Entwickler | chris reiss |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://ominax.com/qure |
| Unterstützte Sprachen | 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"
}
} | |