UnBlur Quora
Read unlimited Quora answers without signing up.
什麼是UnBlur Quora?
UnBlur Quora是由Soumya Ranjan Mohanty (geekysrm)開發的Chrome擴展程式,該擴展的主要功能是“Read unlimited Quora answers without signing up.”。
擴展截圖
下載UnBlur Quora擴展crx文件
下載UnBlur Quora擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
How often have you searched a question on Google, landed on Quora and wanted to read an answer but oh!, you face a nagging sign up screen that forces you to signup. No cross/ exit buttons.
Here's where UnBlur Quora comes to rescue. UnBlur the whole page with just a button click and read to your heart's content.
Using Firefox? Download the addon here: https://addons.mozilla.org/en-US/firefox/addon/unblur-quora/
Buy me a coffee: https://coffee.soumya.dev?from=unblur-quora
Report any bugs/ suggest features to the developer: Soumya (@geekysrm) on Twitter 擴展基本資訊
| 名稱 | |
| ID | dbiilmhbpifcgcpikjfagempfijhfpgd |
| 官方網址 | https://chromewebstore.google.com/detail/unblur-quora/dbiilmhbpifcgcpikjfagempfijhfpgd |
| 簡介 | Read unlimited Quora answers without signing up. |
| 檔案大小 | 23.59 KB |
| 安裝次數 | 3,173 |
| 目前版本 | 2.0 |
| 更新時間 | 2020-09-14 |
| 上架時間 | 2020-07-01 |
| 評分 | 3.40/5 共 15 次評分 |
| 開發者 | Soumya Ranjan Mohanty (geekysrm) |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://link.soumya.dev/about-unblur-quora |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"minimum_chrome_version": "35",
"name": "UnBlur Quora",
"description": "Read unlimited Quora answers without signing up.",
"version": "2.0",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_icon": "icons\/icon128.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"declarativeContent"
]
} | |