Quora Unblocker 2022
Bypass login wall and monthly limit for Quora, unblock the annoying blur and popup instantly!
Was ist Quora Unblocker 2022?
Quora Unblocker 2022 ist eine Chrome-Erweiterung, die von Popup Games entwickelt wurde, und ihr Hauptmerkmal ist "Bypass login wall and monthly limit for Quora, unblock the annoying blur and popup instantly!".
Erweiterungsscreenshots
Quora Unblocker 2022-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quora Unblocker 2022-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ljiiocokjgbfanbbkklkiamneihdkfgp |
Offizielle URL | https://chrome.google.com/webstore/detail/quora-unblocker-2022/ljiiocokjgbfanbbkklkiamneihdkfgp |
Beschreibung | Bypass login wall and monthly limit for Quora, unblock the annoying blur and popup instantly! |
Dateigröße | 11.6 KB |
Installationsanzahl | 83 |
Aktuelle Version | 1.1 |
Letztes Update | 2022-03-17 |
Veröffentlichungsdatum | 2022-03-16 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Popup Games |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |