McAfee® Web Boost

Stop videos from auto-playing and slowing down your web-browsing

O que é McAfee® Web Boost?

McAfee® Web Boost é uma extensão do Chrome desenvolvida por McAfee, LLC, e sua principal característica é "Stop videos from auto-playing and slowing down your web-browsing".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão McAfee® Web Boost

Baixe arquivos de extensão McAfee® Web Boost no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        McAfee® Web Boost is a browser extension that speeds up your web-browsing and helps save your data and battery life by stopping annoying auto-playing videos.

By downloading McAfee Web Boost, you agree to our License Agreement and Privacy Notice. 

License Agreement: 
https://www.mcafee.com/consumer/en-us/policy/global/legal.html?tab=license 

Privacy Notice: 
https://www.mcafee.com/consumer/en-us/policy/global/legal.html?tab=privacy                    

Informações Básicas da Extensão

Nome McAfee® Web Boost McAfee® Web Boost
ID klekeajafkkpokaofllcadenjdckhinm
URL Oficial https://chromewebstore.google.com/detail/mcafee%C2%AE-web-boost/klekeajafkkpokaofllcadenjdckhinm
Descrição Stop videos from auto-playing and slowing down your web-browsing
Tamanho do Arquivo 322 KB
Contagem de Instalações 2,052,554
Versão Atual 1.1.0.20
Última Atualização 2022-03-11
Data de Publicação 2019-03-11
Classificação 4.13/5 Total de 179 Avaliações
Desenvolvedor McAfee, LLC
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.mcafee.com/
URL da Página de Ajuda https://community.mcafee.com/t5/WebAdvisor/bd-p/mcafee-webadvisor
URL da Página de Política de Privacidade https://www.mcafee.com/consumer/en-us/policy/global/legal.html?tab=privacy
Idiomas Suportados de,en,fr,nl,no,tr,da,es,es-419,hr,it,hu,pl,pt-BR,pt-PT,sk,fi,sv,cs,el,sr,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_ext_FullName__",
    "version": "1.1.0.20",
    "description": "__MSG_ext_Description__",
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnknMZGQcHnhS+gURDZ0jIqq0sjbozxkJU6vPDsfRVJtfXPFI1XGNfd9rANIessLwBXIp4aeoe0FmYb2sFsbFRuYMzZ+hjq+3MgHQbMUKgkjUUiSRKCKlMtIPVzhv7emdwEZ5syRCfmMrKnWX66AKtaYTSHGIO0HfoVekgFMC3cJ9Ieejzjf\/EcwQMt7VufZrMckzbqEfzn7qbH5wSlPQSW9akysf6jGwm6BBRHw6pKDRUP396d8nKn0GXxaMLaz+k5P9ngEH8yO+V5D227vfQ6BYalfGEjg47rVVXchjN5mE5Pd91mEppxtCjA15iom+1VbhAmN01+qn5pmYpv8TqwIDAQAB",
    "action": {
        "default_title": "__MSG_brand_Name__ __MSG_ext_Name__",
        "default_icon": "images\/logo.png",
        "default_popup": "ui\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "webRequest",
        "declarativeNetRequest",
        "tabs",
        "nativeMessaging",
        "storage",
        "unlimitedStorage",
        "webNavigation",
        "activeTab",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "externally_connectable": {
        "ids": [
            "fheoggkfdfchfphceeifdbepaooicaho",
            "enppghjcblldgigemljohkgpcompnjgh",
            "kanjcmmieblbpbihaafnedamppkhfadn"
        ],
        "matches": [
            "https:\/\/protection.mcafee.com\/*"
        ]
    }
}