BitSecure Web Safe

Block Ads, Browse Safe.

¿Qué es BitSecure Web Safe?

BitSecure Web Safe es una extensión de Chrome desarrollada por http://www.bitsecurewebsafe.com, y su función principal es "Block Ads, Browse Safe.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión BitSecure Web Safe

Descarga archivos de extensión BitSecure Web Safe en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        BitSecure Web Safe is a new-gen browser extension available for major web browsers. BitSecure Web Safe detects and blocks malicious websites and ads on-the-go. Enable complete online protection in a single click.

Experience web in a much safer and efficient manner with Bit Secure Web Safe.

Features
- built-in Ad-Blocker to prevent unwanted advertisements.
- Optimum security while you’re online
- Unconditionally a FREE extension.
- Intuitive interface for every age group. 

If you have any queries, suggestions, or feedback, please contact us and help us improve our services for you.

Upon clicking the 'Get BitSecure Web Safe' button, you confirm your agreement to install this Chrome™ extension and abide by the EULA & Privacy Policy.

Chrome is a trademark of Google LLC. The use of it here does not imply any affiliation with or endorsement by Google LLC. 

Privacy Policy - https://www.bitsecurewebsafe.com/privacy-policy/
EULA - https://www.bitsecurewebsafe.com/eula/                    

Información Básica de la Extensión

Nombre BitSecure Web Safe BitSecure Web Safe
ID aahhhdcnfdgggdbkclcpkgohciemleji
URL Oficial https://chrome.google.com/webstore/detail/bitsecure-web-safe/aahhhdcnfdgggdbkclcpkgohciemleji
Descripción Block Ads, Browse Safe.
Tamaño del Archivo 737 KB
Cantidad de Instalaciones 44
Versión Actual 1.0.4
Última Actualización 2020-08-05
Fecha de Publicación 2020-03-15
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador http://www.bitsecurewebsafe.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://bitsecurewebsafe.com/
URL de la Página de Ayuda http://bitsecurewebsafe.com/#faq
URL de la Página de Política de Privacidad https://www.bit-guardian.com/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "author": "Bit Secure",
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/ga.js",
            "lib\/jquery-3.1.1.min.js",
            "lib\/async.js",
            "ext\/exclusionlist.js",
            "lib\/polyfills\/url.js",
            "lib\/polyfills\/promise.js",
            "lib\/polyfills\/fetch.js",
            "ext\/common.js",
            "ext\/xml2json.js",
            "ext\/background.js",
            "lib\/compat.js",
            "lib\/info.js",
            "lib\/publicSuffixList.js",
            "lib\/adblockplus.js",
            "lib\/sha1.js",
            "lib\/jsbn.js",
            "lib\/rsa.js",
            "messageResponder.js",
            "block_domain\/js\/ls-utils.js",
            "block_domain\/js\/commonJS.js",
            "block_domain\/js\/globalconstent.js",
            "block_domain\/js\/LSEDBJS.js",
            "block_domain\/js\/LSNetwork.js",
            "ext\/Checkforupdates.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/abp-16.png",
            "38": "icons\/abp-16.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "ext\/common.js",
                "ext\/content.js",
                "cssProperties.js",
                "include.preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "include.postload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "ext\/jquery.min.js",
                "block_domain\/js\/globalconstent.js",
                "block_domain\/js\/LSNetwork.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en_US",
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/abp-32.png",
        "32": "icons\/abp-32.png",
        "64": "icons\/detailed\/abp-64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "29.0",
    "name": "__MSG_name__",
    "options_page": "options.html",
    "devtools_page": "devtools.html",
    "permissions": [
        "downloads",
        "downloads.open",
        "nativeMessaging",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "notifications",
        "alarms"
    ],
    "short_name": "__MSG_name__",
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4"
}