Saferduck

Shows security reviews for specific domains

Vad är Saferduck?

Saferduck är en Chrome-tillägg utvecklad av SaferDuck, och dess huvudfunktion är "Shows security reviews for specific domains".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Saferduck-förlängningens CRX-fil

Ladda ner Saferduck-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        SaferDuck - your protection against phishing and malware

If you take care of the protection of your web browser in good time and are concerned about the security of your online activities, you can prevent brazen data theft with just a few clicks. Protect yourself and your PC against attacks from the Internet with our free plug-in. SaferDuck warns you in advance if dubious websites try to get your personal data.

SaferDuck has access to numerous, current and always expandable phishing databases.

Live protection thanks to advanced heuristic technology that exposes phishing and malware                    

Grundläggande Information om Tillägg

Namn Saferduck Saferduck
ID hjdjgnojiionckfmaobhcgeahdndmhgf
Officiell webbadress https://chrome.google.com/webstore/detail/saferduck/hjdjgnojiionckfmaobhcgeahdndmhgf
Beskrivning Shows security reviews for specific domains
Filstorlek 248 KB
Antal Installationer 50,000
Aktuell Version 1.0.0
Senast Uppdaterad 2021-05-15
Publiceringsdatum 2021-05-15
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare SaferDuck
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://saferduck.com/privacy/index.html
Stödda Språk de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "popup.html",
        "browser_style": true,
        "default_icon": "saferduck-icon-16.png",
        "default_title": "Saferduck"
    },
    "description": "__MSG_manifest__",
    "permissions": [
        "storage",
        "",
        "tabs",
        "webRequest",
        "contextMenus",
        "webRequestBlocking"
    ],
    "manifest_version": 2,
    "name": "Saferduck",
    "version": "1.0.0",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "default_locale": "en",
    "icons": {
        "48": "saferduck-icon-48.png",
        "96": "saferduck-icon-96.png"
    }
}