Qure
Filters out off-site content on Quora
Cos'è Qure?
Qure è un'estensione di Chrome sviluppata da chris reiss, e la sua funzione principale è "Filters out off-site content on Quora".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Qure
Scarica i file di estensione Qure in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | fkajijodppakkgbgdcelajieachadnkc |
| URL Ufficiale | https://chromewebstore.google.com/detail/qure/fkajijodppakkgbgdcelajieachadnkc |
| Descrizione | Filters out off-site content on Quora |
| Dimensione del File | 31.61 KB |
| Conteggio Installazioni | 247 |
| Versione Corrente | 3.1.0 |
| Ultimo Aggiornamento | 2018-05-17 |
| Data di Pubblicazione | 2018-05-16 |
| Valutazione | 4.30/5 Totale 10 Valutazioni |
| Sviluppatore | chris reiss |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://ominax.com/qure |
| Lingue Supportate | 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"
}
} | |