Qure
Filters out off-site content on Quora
ما هو Qure؟
Qure هو إضافة Chrome تم تطويرها بواسطة chris reiss، والميزة الرئيسية لها هي "Filters out off-site content on Quora".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Qure
قم بتنزيل ملفات الامتداد Qure بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        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.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | fkajijodppakkgbgdcelajieachadnkc | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/qure/fkajijodppakkgbgdcelajieachadnkc | 
| الوصف | Filters out off-site content on Quora | 
| حجم الملف | 31.61 KB | 
| عدد التثبيتات | 247 | 
| النسخة الحالية | 3.1.0 | 
| آخر تحديث | 2018-05-17 | 
| تاريخ النشر | 2018-05-16 | 
| تقييم | 4.30/5 مجموع تقييمات 10 | 
| المطور | chris reiss | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| موقع الإضافة | http://ominax.com/qure | 
| اللغات المدعومة | 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"
    }
}  |  |