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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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                    

拡張機能の基本情報

名前 UnBlur Quora UnBlur Quora
ID dbiilmhbpifcgcpikjfagempfijhfpgd
公式URL 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)
Eメール [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"
    ]
}