詐欺ウォール

詐欺ウォール for Chrome extension

What is 詐欺ウォール?

詐欺ウォール is a Chrome extension developed by BBソフトサービス株式会社, and its main feature is "詐欺ウォール for Chrome extension".

Extension Screenshots

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

                        詐欺ウォールは、あなたがインターネットを楽しんでいる中で、ワンクリック詐欺やフィッシング詐欺などネットの脅威が潜んでいる可能性のあるサイトにアクセスしそうになった時、危険な事を警告します。


この拡張機能を利用するには、別途詐欺ウォールのプログラムをインストールする必要があります。                    

Extension Basic Information

Name 詐欺ウォール 詐欺ウォール
ID kficigjagekfcihnhfbnaehhgcjnmgak
Official URL https://chromewebstore.google.com/detail/%E8%A9%90%E6%AC%BA%E3%82%A6%E3%82%A9%E3%83%BC%E3%83%AB/kficigjagekfcihnhfbnaehhgcjnmgak
Description 詐欺ウォール for Chrome extension
File Size 478 KB
Installation Count 104,634
Current Version 3.5.31
Last Updated 2023-12-06
Publish Date 2023-10-22
Rating 2.83/5 Total 6 Ratings
Developer BBソフトサービス株式会社
Email [email protected]
Payment Type free
Extension Website https://www.sagiwall.jp/
Help Page URL https://www.sagiwall.jp/support/
Privacy Policy Page URL https://www.sagiwall.jp/privacy.html
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u8a50\u6b3a\u30a6\u30a9\u30fc\u30eb",
    "description": "\u8a50\u6b3a\u30a6\u30a9\u30fc\u30eb for Chrome extension",
    "version": "3.5.31",
    "homepage_url": "https:\/\/www.sagiwall.jp\/",
    "author": "Copyright (C) BBSS Corporation All rights reserved.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "extensionDef.js",
                "extensionIndividualDef.js",
                "extensionCommon.js",
                "appHost.js",
                "documentStart.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "documentIdle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon_38x38green.png"
        },
        "default_title": "\u8a50\u6b3a\u30a6\u30a9\u30fc\u30eb for Chrome extension"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}