Protector by Guardbly

Protector extension by Guardbly

Cos'è Protector by Guardbly?

Protector by Guardbly è un'estensione di Chrome sviluppata da http://guardbly.com, e la sua funzione principale è "Protector extension by Guardbly".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Protector by Guardbly

Scarica i file di estensione Protector by Guardbly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Extension designed for protection your main Guardbly extension from being disabled and to notify you about unwanted uninstallation.

Add our main, free "Guardbly" extension for full cybersecurity and/or parental control features.                    

Informazioni di Base sull'Estensione

Nome Protector by Guardbly Protector by Guardbly
ID dmjmfaohcdlmcgdandmeajldhoeigocg
URL Ufficiale https://chrome.google.com/webstore/detail/protector-by-guardbly/dmjmfaohcdlmcgdandmeajldhoeigocg
Descrizione Protector extension by Guardbly
Dimensione del File 16.93 KB
Conteggio Installazioni 37
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-11-15
Data di Pubblicazione 2020-11-15
Sviluppatore http://guardbly.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://guardbly.com
URL della Pagina di Aiuto https://guardbly.com/faq
URL della Pagina della Politica sulla Privacy https://guardbly.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Protector by Guardbly",
    "version": "1.0.0",
    "description": "Protector extension by Guardbly",
    "permissions": [
        "storage",
        "background",
        "management"
    ],
    "icons": {
        "16": "assets\/images\/16.png",
        "32": "assets\/images\/32.png",
        "48": "assets\/images\/48.png",
        "128": "assets\/images\/128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background\/management.js"
        ]
    },
    "manifest_version": 2
}