Techloq

Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…

Co to jest Techloq?

Techloq to rozszerzenie Chrome opracowane przez https://www.techloq.com, a jego główną funkcją jest „Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Techloq

Pobierz pliki rozszerzeń Techloq 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

                        Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter profile changes when needed directly from browser.
This product is only to be used in conjunction with Techloq Parental Control Software.                    

Podstawowe informacje o rozszerzeniu

Nazwa Techloq Techloq
ID mihddcincafndpppmnblllhmedodgicc
Oficjalny URL https://chromewebstore.google.com/detail/techloq/mihddcincafndpppmnblllhmedodgicc
Opis Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…
Rozmiar pliku 118 KB
Liczba instalacji 96,242
Aktualna Wersja 5.3.1.1
Ostatnia Aktualizacja 2023-04-27
Data Publikacji 2019-07-18
Ocena 4.82/5 Łącznie 22 Oceny
Deweloper https://www.techloq.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.techloq.com
Adres URL Strony Pomocy https://www.techloq.com/#contact-us
Adres URL Strony Polityki Prywatności https://www.techloq.com/policy/general
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Techloq",
    "version": "5.3.1.1",
    "description": "",
    "author": "Techloq",
    "permissions": [
        "browsingData",
        "tabs",
        "activeTab",
        "webNavigation",
        "contextMenus",
        "notifications",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "bg\/main-script.js",
        "type": "module"
    },
    "action": {
        "default_popup": "browser_action\/browser_action.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": {
        "script-src": "self, unsafe-eval",
        "object-src": "self"
    }
}