Browser Shield

Block hidden coin miners using your computer ressources, keep you safe from malwares.

Apa itu Browser Shield?

Browser Shield adalah ekstensi Chrome yang dikembangkan oleh MIMIZA, dan fitur utamanya adalah "Block hidden coin miners using your computer ressources, keep you safe from malwares.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Browser Shield

Unduh file ekstensi Browser Shield dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        BROWSER SHIELD:

- Automatically detects and blocks malwares;
- Automatically detects and blocks coin miners.

YOU CAN:

- Unblock websites by adding them to your Whitelist;
- Activate or Deactivate Browser Shield when you want.

This software is FREE and will forever be free for your safety. Happy browsing!                    

Informasi Dasar Ekstensi

Nama Browser Shield Browser Shield
ID hoggolhdghfejemcpcdhipafpbhdkhea
URL Resmi https://chrome.google.com/webstore/detail/browser-shield/hoggolhdghfejemcpcdhipafpbhdkhea
Deskripsi Block hidden coin miners using your computer ressources, keep you safe from malwares.
Ukuran File 113 KB
Jumlah Instalasi 183
Versi Saat Ini 1.3
Terakhir Diperbarui 2018-09-14
Tanggal Publikasi 2018-09-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang MIMIZA
Tipe Pembayaran free
Situs Ekstensi https://www.mimiza.com/browser-shield
URL Halaman Bantuan https://www.mimiza.com/support
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser Shield",
    "description": "Block hidden coin miners using your computer ressources, keep you safe from malwares.",
    "version": "1.3",
    "manifest_version": 2,
    "author": "MIMIZA",
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "\/img\/logo.png"
    },
    "web_accessible_resources": [
        "blacklist.txt",
        "html\/blocking.html",
        "js\/background.js"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Browser Shield",
        "default_icon": {
            "128": "\/img\/symbol-activated.png"
        },
        "default_popup": "\/html\/popup.html"
    }
}