TORPEDO browser

Shows URLs and their security status when moving over links in a webmail applications. This browser addon is based on the bachelor…

Apa itu TORPEDO browser?

TORPEDO browser adalah ekstensi Chrome yang dikembangkan oleh SECUSO, dan fitur utamanya adalah "Shows URLs and their security status when moving over links in a webmail applications. This browser addon is based on the bachelor…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi TORPEDO browser

Unduh file ekstensi TORPEDO browser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        TORPEDO ist ein Add-On zum Erkennen von betrügerischen Links im Browser.
Wenn Sie die Maus über einen Link in einer E-Mail, die Sie im Browser betrachten, bewegen, zeigt TORPEDO Ihnen ein Tooltip an. In diesem Tooltip wird die tatsächliche Webadresse angezeigt und hilft Ihnen, diese zu untersuchen. Derzeit werden folgende Webmail-Dienste unterstützt: GMX, web.de, GoogleMail, AOL, T-Online und Yahoo.                    

Informasi Dasar Ekstensi

Nama TORPEDO browser TORPEDO browser
ID cjglnlkhmaffelpeagnmgimhjhdpjomi
URL Resmi https://chromewebstore.google.com/detail/torpedo-browser/cjglnlkhmaffelpeagnmgimhjhdpjomi
Deskripsi Shows URLs and their security status when moving over links in a webmail applications. This browser addon is based on the bachelor…
Ukuran File 284 KB
Jumlah Instalasi 254
Versi Saat Ini 1.8.1
Terakhir Diperbarui 2022-06-22
Tanggal Publikasi 2020-05-08
Pengembang SECUSO
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "SECUSO",
    "applications": {
        "gecko": {
            "id": "{53319828-3750-4619-836e-10f3c736a61f}"
        }
    },
    "name": "__MSG_extensionName__",
    "version": "1.8.1",
    "default_locale": "de",
    "description": "__MSG_extensionDescription__",
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "js\/punycode.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "tabs",
        "storage"
    ],
    "page_action": {
        "default_title": "__MSG_extensionName__",
        "default_popup": "icon.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "38": "img\/icon38.png",
        "64": "img\/icon64.png"
    },
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mg.mail.yahoo.com\/*",
                "https:\/\/mail.yahoo.com\/*",
                "https:\/\/email.t-online.de\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/mail.aol.com\/*",
                "https:\/\/navigator.web.de\/*",
                "https:\/\/bap.navigator.web.de\/*",
                "https:\/\/3c-bap.web.de\/*",
                "https:\/\/3c.web.de\/*",
                "https:\/\/bap.navigator.gmx.net\/*",
                "https:\/\/navigator.gmx.net\/*",
                "https:\/\/3c.gmx.net\/*",
                "https:\/\/3c-bap.gmx.net\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/owa.kit.edu\/*"
            ],
            "css": [
                "css\/jquery.qtip.min.css",
                "css\/tooltip.css",
                "css\/loader\/loader.css"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/jquery.qtip.min.js",
                "js\/punycode.min.js",
                "js\/contentscript.js",
                "js\/publicsuffixlist.js",
                "js\/timer.js",
                "js\/tooltip.js",
                "js\/status.js",
                "js\/redirect.js"
            ],
            "all_frames": true
        }
    ]
}