MYWeb Advisor

MYWeb Advisor adds a strong and non-intrusive layer of security to your browsing experience

MYWeb Advisor란 무엇입니까?

MYWeb Advisor은(는) MYSecurityCenter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MYWeb Advisor adds a strong and non-intrusive layer of security to your browsing experience"입니다.

확장 프로그램 스크린샷

screenshot

MYWeb Advisor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        MYAntivirus for MAC MYWeb Advisor
MYWeb Advisor extensions add a strong and non-intrusive layer of security to your browsing experience

MYWeb Advisor for MAC is bringing the security-while-browsing concept where it should be: In the browser
This feature will add a solid layer of security over your browsing experience without causing speed penalties or resource consumption. Part of the processing is done in the cloud with some small engines that make different checks on the pages you're surfing making sure you have state-of-the art protection in case you’ve run into malicious websites. 

Features
In Real Time: MYWeb Advisor scans every page you visit for malware each and every time to try to access them so you can be certain your protection is guaranteed even when more legitimate pages may be been recently compromised.

Accuracy: MYWeb Advisor won’t block an entire website if just a few elements are malicious. Only the compromised items are blocked, allowing you to freely view the rest of the site.

Un-intrusive: MYWeb Advisor does not add another annoying toolbar to your browser interface. Its interface remains hidden.

Search Results: MYWeb Advisor flags malicious sites and/or elements in search results. In addition, it detects suspicious links from your favorite social media platforms and blocks them.

Tracker Identifier: Tracking parameters are codes included in website links that help marketing optimization by analysing your behaviour. MYWeb Advisor identifies these trackers and lists them.

Share-a-page: Use this feature to let your friends know about a website you’ve found

We're eager to hear any type of input from our clients so for that we've enabled a feedback form inside the interface that will convey your message straight to our support team.                    

확장 프로그램 기본 정보

이름 MYWeb Advisor MYWeb Advisor
ID lbbgmikhgdclcggfkjckpfplpenhcmhp
공식 URL https://chrome.google.com/webstore/detail/myweb-advisor/lbbgmikhgdclcggfkjckpfplpenhcmhp
설명 MYWeb Advisor adds a strong and non-intrusive layer of security to your browsing experience
파일 크기 899 KB
설치 횟수 707
현재 버전 0.2.25
최근 업데이트 2016-09-19
출시 날짜 2016-09-19
개발자 MYSecurityCenter
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://mysecuritycenter.com
개인정보 보호 정책 페이지 URL http://www.mysecuritycenter.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MYWeb Advisor",
    "manifest_version": 2,
    "default_locale": "en",
    "version": "0.2.25",
    "description": "__MSG_extName__",
    "icons": {
        "16": "img\/context_menu_icon.png",
        "128": "img\/tll_logo.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "settingsPage\/settings.html",
    "browser_action": {
        "default_icon": "img\/Ico_Bar_Green.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "css": [
                "img\/bd_tll_style.css"
            ],
            "js": [
                "tll_consts.js",
                "aph.js",
                "search_analyzer.js",
                "utils.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "contextMenus",
        "https:\/\/nimbus.bitdefender.net\/*",
        "http:\/\/track.trafficlight.bitdefender.com\/browsersec\/*"
    ],
    "web_accessible_resources": [
        "style.css",
        "img\/alert_red.png",
        "img\/alert_separator.png",
        "img\/alert_stop.png",
        "img\/arrow.png",
        "img\/bd_tll_style.css",
        "img\/bg_alert.png",
        "img\/bg_alerts.png",
        "img\/bg_bottom_alert.png",
        "img\/bg_center_alert.png",
        "img\/bg_no_trackers.png",
        "img\/bg_set.png",
        "img\/bg_top_alert.png",
        "img\/big_picture.png",
        "img\/big_separator.png",
        "img\/Button.png",
        "img\/button_green.png",
        "img\/button_green_hover.png",
        "img\/button_hover.png",
        "img\/close.png",
        "img\/collapsed.png",
        "img\/container_bottom.png",
        "img\/container_repeat.png",
        "img\/container_top.png",
        "img\/context_menu_icon.png",
        "img\/down_Maximized.png",
        "img\/down_minimized.png",
        "img\/error.png",
        "img\/expanded.png",
        "img\/expaned.png",
        "img\/FB_BD_Cancel.png",
        "img\/FB_BD_Logo_Chrome.png",
        "img\/FB_BD_Logo_Firefox.png",
        "img\/FB_BD_Logo_Safari.png",
        "img\/FB_BD_Logo_Safego.png",
        "img\/FB_BD_OK.png",
        "img\/FB_SD_Delete.png",
        "img\/FB_SD_Ignore.png",
        "img\/FB_SD_Logo.png",
        "img\/feedback_button.png",
        "img\/feedback_button_hover.png",
        "img\/feedback_close.png",
        "img\/feedback_lightbox_header.png",
        "img\/feedback_o_layer.png",
        "img\/fraud_style.css",
        "img\/Ico_Bar_Disabled.png",
        "img\/Ico_Bar_Green.png",
        "img\/Ico_Bar_Not_Protected.png",
        "img\/Ico_Bar_Red.png",
        "img\/Ico_Bar_Yellow.png",
        "img\/icon_alert.png",
        "img\/icon_critical.png",
        "img\/icon_done.png",
        "img\/lightbox_close.png",
        "img\/lightbox_header.png",
        "img\/NOK_Symbol.png",
        "img\/nok_tooltip.png",
        "img\/ok_tooltip.png",
        "img\/separator.png",
        "img\/tll_logo.png",
        "img\/tll_logo_64.png",
        "img\/toast_style.css",
        "img\/trackers_icon.png",
        "img\/UP_maximized.png",
        "img\/Up_minimized.png",
        "img\/wait.gif",
        "img\/warn_tooltip.png"
    ]
}