Qure
Filters out off-site content on Quora
Hvad er Qure?
Qure er en Chrome-udvidelse udviklet af chris reiss, og dens hovedfunktion er "Filters out off-site content on Quora".
Udvidelsesskærmbilleder
Download Qure-udvidelses-CRX-fil
Download Qure-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fkajijodppakkgbgdcelajieachadnkc |
| Officiel URL | https://chromewebstore.google.com/detail/qure/fkajijodppakkgbgdcelajieachadnkc |
| Beskrivelse | Filters out off-site content on Quora |
| Filstørrelse | 31.61 KB |
| Antal Installationer | 247 |
| Nuværende Version | 3.1.0 |
| Senest Opdateret | 2018-05-17 |
| Udgivelsesdato | 2018-05-16 |
| Bedømmelse | 4.30/5 Samlet 10 Bedømmelser |
| Udvikler | chris reiss |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://ominax.com/qure |
| Understøttede Sprog | 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"
}
} | |