Qure
Filters out off-site content on Quora
Co to jest Qure?
Qure to rozszerzenie Chrome opracowane przez chris reiss, a jego główną funkcją jest „Filters out off-site content on Quora”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Qure
Pobierz pliki rozszerzeń Qure w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fkajijodppakkgbgdcelajieachadnkc |
| Oficjalny URL | https://chromewebstore.google.com/detail/qure/fkajijodppakkgbgdcelajieachadnkc |
| Opis | Filters out off-site content on Quora |
| Rozmiar pliku | 31.61 KB |
| Liczba instalacji | 247 |
| Aktualna Wersja | 3.1.0 |
| Ostatnia Aktualizacja | 2018-05-17 |
| Data Publikacji | 2018-05-16 |
| Ocena | 4.30/5 Łącznie 10 Oceny |
| Deweloper | chris reiss |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://ominax.com/qure |
| Obsługiwane Języki | 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"
}
} | |