Blur Images

Blur images and show up on mouve over

Blur Imagesとは何ですか?

Blur Imagesはbtafareloによって開発されたChromeの拡張機能で、その主な機能は「Blur images and show up on mouve over」です。

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

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

拡張機能の使用方法

                        Blur images on web.whatsapp.com and show up on mouse over                    

拡張機能の基本情報

名前 Blur Images Blur Images
ID hhkcnfgillmhnkiddphcffgpcgpmfnaf
公式URL https://chrome.google.com/webstore/detail/blur-images/hhkcnfgillmhnkiddphcffgpcgpmfnaf
説明 Blur images and show up on mouve over
ファイルサイズ 8.06 KB
インストール数 37
現在のバージョン 1.0
最終更新日 2017-12-01
公開日 2017-12-01
評価 1.00/5 合計 1 レビュー
開発者 btafarelo
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blur Images",
    "version": "1.0",
    "description": "Blur images and show up on mouve over",
    "icons": [],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "blur-images.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "icons\/blur-icon.jpeg"
        }
    }
}