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!」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |