詐欺ウォール

詐欺ウォール for Chrome extension

Cos'è 詐欺ウォール?

詐欺ウォール è un'estensione di Chrome sviluppata da BBソフトサービス株式会社, e la sua funzione principale è "詐欺ウォール for Chrome extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 詐欺ウォール

Scarica i file di estensione 詐欺ウォール in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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


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

Informazioni di Base sull'Estensione

Nome 詐欺ウォール 詐欺ウォール
ID kficigjagekfcihnhfbnaehhgcjnmgak
URL Ufficiale https://chromewebstore.google.com/detail/%E8%A9%90%E6%AC%BA%E3%82%A6%E3%82%A9%E3%83%BC%E3%83%AB/kficigjagekfcihnhfbnaehhgcjnmgak
Descrizione 詐欺ウォール for Chrome extension
Dimensione del File 478 KB
Conteggio Installazioni 104,634
Versione Corrente 3.5.31
Ultimo Aggiornamento 2023-12-06
Data di Pubblicazione 2023-10-22
Valutazione 2.83/5 Totale 6 Valutazioni
Sviluppatore BBソフトサービス株式会社
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.sagiwall.jp/
URL della Pagina di Aiuto https://www.sagiwall.jp/support/
URL della Pagina della Politica sulla Privacy https://www.sagiwall.jp/privacy.html
Lingue Supportate 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:\/\/*\/*"
    ]
}