Unblur

Helps you unblur everything on the page

Unblurとは何ですか?

Unblurはisnomatophobicによって開発されたChromeの拡張機能で、その主な機能は「Helps you unblur everything on the page」です。

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

screenshot
screenshot

Unblur拡張機能のCRXファイルをダウンロード

Unblur拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Simple extension that removes all blur in a page applied with css and notifies you after doing so.                    

拡張機能の基本情報

名前 Unblur Unblur
ID aaekdmjipccamkpkcijaeljfniagapap
公式URL https://chromewebstore.google.com/detail/unblur/aaekdmjipccamkpkcijaeljfniagapap
説明 Helps you unblur everything on the page
ファイルサイズ 15.13 KB
インストール数 1,681
現在のバージョン 1.1
最終更新日 2023-09-18
公開日 2023-09-15
開発者 isnomatophobic
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Unblur",
    "author": "Kristian Petrov",
    "description": "Helps you unblur everything on the page",
    "version": "1.1",
    "action": {
        "default_title": "Unblur all content",
        "default_icon": ".\/assets\/icon128.png"
    },
    "icons": {
        "128": ".\/assets\/icon128.png",
        "48": ".\/assets\/icon48.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}