Airo Web Security

Airo Web Security protects you from malicious websites and scripts.

Τι είναι το Airo Web Security;

Το Airo Web Security είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Support, και η κύρια λειτουργία του είναι "Airo Web Security protects you from malicious websites and scripts.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Airo Web Security

Λήψη αρχείων επέκτασης Airo Web Security σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Airo Web Security protects you from malicious websites and scripts.

Airo keeps your browsing safe, and your personal data secure by preventing attacks, steering you away from sketchy sites, monitoring downloads, and blocking unwanted ones.
  
Airo was created by a team of experienced pros with a mission to protect Mac users and online users from sneaky online scams. We identify malicious sites and download offers by their content and origin, not just by URL. 

How does Airo stay ahead of the game?
* Scans millions of sites to identify fraud
* Identifies malicious software included in downloads
* Blocks any attempt to access your computer with phishing technology or deceptive 
 offers    

Data we collect:
Page URL - Using the page URL and content Airo determines whether the site is safe
Extension identifier (anonymized ID) - Each extension installation is identified by a random ID  to measure usage and malware statistics
Aggregated data uses device (Browser and OS version) and country to track malware patterns directed to specific versions or countries
Extension UI interaction - user’s behavior while using the UI helps us improve the product and its functionality

By installing Airo extension on your browser, you confirm that you read and agree to Airo's Privacy Policy (https://www.airoav.com/privacy-policy/) and End User Licence Agreement (https://www.airoav.com/end-user-license-agreement/).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Airo Web Security Airo Web Security
ID aifcaiicfjlhlipbbkdlhaamegkimlof
Επίσημο URL https://chrome.google.com/webstore/detail/airo-web-security/aifcaiicfjlhlipbbkdlhaamegkimlof
Περιγραφή Airo Web Security protects you from malicious websites and scripts.
Μέγεθος Αρχείου 139 KB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 1.0.15
Τελευταία Ενημέρωση 2020-07-02
Ημερομηνία Δημοσίευσης 2020-07-02
Αξιολόγηση 4.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Support
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.airoav.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.airoav.com/support/
URL της Σελίδας Πολιτικής Απορρήτου https://www.airoav.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Airo",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "exclude_matches": [
                "https:\/\/tpc.googlesyndication.com\/*"
            ],
            "js": [
                "js\/compatibility.js",
                "js\/constants.js",
                "js\/nativecache.js",
                "js\/miscellaneous.js",
                "js\/signatureconstants.js",
                "js\/messageconstants.js",
                "js\/messaging.js",
                "js\/storage.js",
                "js\/settingsmanager.js",
                "js\/webrequest.js",
                "js\/logging.js",
                "js\/urlconstants.js",
                "js\/urlwhitelistparser.js",
                "js\/urlwhitelist.js",
                "js\/pagecontextconstants.js",
                "js\/pagecontext.js",
                "js\/pagesignature.js",
                "js\/definitionstorage.js",
                "js\/whitelisturldefinitionstorage.js",
                "js\/pagedefinitionstorage.js",
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "Airo Web Security",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "assets\/fav_icon_16x16.png"
        }
    },
    "icons": {
        "16": "assets\/fav_icon_16x16.png",
        "48": "assets\/icon_48x48.png",
        "128": "assets\/chrome_store_icon_128x128.png"
    },
    "description": "Airo Web Security protects you from malicious websites and scripts.",
    "incognito": "split",
    "manifest_version": 2,
    "name": "Airo Web Security",
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "Airo",
    "version": "1.0.15",
    "web_accessible_resources": [
        "blocked_iframe\/blocked.html",
        "blocked\/blocked.html"
    ]
}