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 |
官方網址 | 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" } } |