Airo Web Security

Airo Web Security protects you from malicious websites and scripts.

Airo Web Security란 무엇입니까?

Airo Web Security은(는) Support에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Airo Web Security protects you from malicious websites and scripts."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Airo Web Security 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}