ひよこフィルター

苦手な言葉をひよこにして、穏やかにします

What is ひよこフィルター?

ひよこフィルター is a Chrome extension developed by bondavi, and its main feature is "苦手な言葉をひよこにして、穏やかにします".

Extension Screenshots

screenshot
screenshot

Download ひよこフィルター Extension CRX File

Download ひよこフィルター extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        苦手な言葉をひよこにして、少しメンタルを守ります。
メールやSNSなどのWEBサイトで、苦手な言葉をひよこに変換し、日々を少し穏やかにします。

■ 免責事項
・本サービスによって生じた問題について、開発会社は責任を負いかねます。                    

Extension Basic Information

Name ひよこフィルター ひよこフィルター
ID legfplkbmcicdpofonocanhbfgecchda
Official URL https://chromewebstore.google.com/detail/%E3%81%B2%E3%82%88%E3%81%93%E3%83%95%E3%82%A3%E3%83%AB%E3%82%BF%E3%83%BC/legfplkbmcicdpofonocanhbfgecchda
Description 苦手な言葉をひよこにして、穏やかにします
File Size 61.98 KB
Installation Count 1,660
Current Version 0.2.6
Last Updated 2023-03-04
Publish Date 2022-08-10
Rating 4.00/5 Total 12 Ratings
Developer bondavi
Email [email protected]
Payment Type free
Extension Website https://bondavi.jp
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u3072\u3088\u3053\u30d5\u30a3\u30eb\u30bf\u30fc",
    "version": "0.2.6",
    "manifest_version": 3,
    "description": "\u82e6\u624b\u306a\u8a00\u8449\u3092\u3072\u3088\u3053\u306b\u3057\u3066\u3001\u7a4f\u3084\u304b\u306b\u3057\u307e\u3059",
    "background": {
        "service_worker": "bg-loader.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/style.min.css"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/util.js",
                "js\/model.js",
                "js\/tooltip.js",
                "js\/validator.js",
                "js\/main.js",
                "js\/area.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "24": "img\/icon24.png",
            "32": "img\/icon32.png"
        },
        "default_popup": "html\/index.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}