Quora Unblocker 2022

Bypass login wall and monthly limit for Quora, unblock the annoying blur and popup instantly!

什么是Quora Unblocker 2022?

Quora Unblocker 2022是由Popup Games开发的Chrome扩展程序,该扩展的主要功能是“Bypass login wall and monthly limit for Quora, unblock the annoying blur and popup instantly!”。

扩展截图

screenshot
screenshot

下载Quora Unblocker 2022扩展crx文件

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

扩展使用说明

                        As companies like Quora try to squeeze every drop of personal data from their users, "walled garden" web design is an ever growing trend. Instead of caving to their demands to sign up, this extension allows you to bypass their login screen completely!

A change was recently made to Quora that makes some old unblocking extensions no longer work. This extension is up to date and capable of blocking any login wall Quora throws at you.                    

扩展基本信息

名称 Quora Unblocker 2022 Quora Unblocker 2022
ID ljiiocokjgbfanbbkklkiamneihdkfgp
官方URL https://chrome.google.com/webstore/detail/quora-unblocker-2022/ljiiocokjgbfanbbkklkiamneihdkfgp
简介 Bypass login wall and monthly limit for Quora, unblock the annoying blur and popup instantly!
文件大小 11.6 KB
安装次数 83
当前版本 1.1
更新时间 2022-03-17
上架时间 2022-03-16
评分 5.00/5 共1次评分
开发者 Popup Games
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quora Unblocker 2022",
    "version": "1.1",
    "description": "Bypass login wall and monthly limit for Quora, unblock the annoying blur and popup instantly!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.quora.com\/*",
                "http:\/\/www.quora.com\/*",
                "https:\/\/quora.com\/*",
                "http:\/\/quora.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}