Quora Unblocker 2022

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

Quora Unblocker 2022คืออะไร?

Quora Unblocker 2022 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Popup Games และคุณลักษณะหลักของมันคือ "Bypass login wall and monthly limit for Quora, unblock the annoying blur and popup instantly!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quora Unblocker 2022

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}