Protector by Guardbly
Protector extension by Guardbly
Co to jest Protector by Guardbly?
Protector by Guardbly to rozszerzenie Chrome opracowane przez http://guardbly.com, a jego główną funkcją jest „Protector extension by Guardbly”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Protector by Guardbly
Pobierz pliki rozszerzeń Protector by Guardbly w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dmjmfaohcdlmcgdandmeajldhoeigocg |
Oficjalny URL | https://chrome.google.com/webstore/detail/protector-by-guardbly/dmjmfaohcdlmcgdandmeajldhoeigocg |
Opis | Protector extension by Guardbly |
Rozmiar pliku | 16.93 KB |
Liczba instalacji | 37 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2020-11-15 |
Data Publikacji | 2020-11-15 |
Deweloper | http://guardbly.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://guardbly.com |
Adres URL Strony Pomocy | https://guardbly.com/faq |
Adres URL Strony Polityki Prywatności | https://guardbly.com/privacy-policy |
Obsługiwane Języki | 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 } |