UnBlur Quora

Read unlimited Quora answers without signing up.

什么是UnBlur Quora?

UnBlur Quora是由Soumya Ranjan Mohanty (geekysrm)开发的Chrome扩展程序,该扩展的主要功能是“Read unlimited Quora answers without signing up.”。

扩展截图

screenshot
screenshot

下载UnBlur Quora扩展crx文件

下载UnBlur Quora扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        How often have you searched a question on Google, landed on Quora and wanted to read an answer but oh!, you face a nagging sign up screen that forces you to signup. No cross/ exit buttons.

Here's where UnBlur Quora comes to rescue. UnBlur the whole page with just a button click and read to your heart's content.

Using Firefox? Download the addon here: https://addons.mozilla.org/en-US/firefox/addon/unblur-quora/

Buy me a coffee: https://coffee.soumya.dev?from=unblur-quora

Report any bugs/ suggest features to the developer: Soumya (@geekysrm) on Twitter                    

扩展基本信息

名称 UnBlur Quora UnBlur Quora
ID dbiilmhbpifcgcpikjfagempfijhfpgd
官方URL https://chromewebstore.google.com/detail/unblur-quora/dbiilmhbpifcgcpikjfagempfijhfpgd
简介 Read unlimited Quora answers without signing up.
文件大小 23.59 KB
安装次数 3,173
当前版本 2.0
更新时间 2020-09-14
上架时间 2020-07-01
评分 3.40/5 共15次评分
开发者 Soumya Ranjan Mohanty (geekysrm)
电子邮箱 [email protected]
付费类型 free
扩展官网 https://link.soumya.dev/about-unblur-quora
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "35",
    "name": "UnBlur Quora",
    "description": "Read unlimited Quora answers without signing up.",
    "version": "2.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}