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
官方網址 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
電子郵箱 [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"
    ]
}