Techloq

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

Was ist Techloq?

Techloq ist eine Chrome-Erweiterung, die von https://www.techloq.com entwickelt wurde, und ihr Hauptmerkmal ist "Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…".

Erweiterungsscreenshots

screenshot

Techloq-Erweiterungs-CRX-Datei herunterladen

Laden Sie Techloq-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Techloq Techloq
ID mihddcincafndpppmnblllhmedodgicc
Offizielle URL https://chromewebstore.google.com/detail/techloq/mihddcincafndpppmnblllhmedodgicc
Beschreibung Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…
Dateigröße 118 KB
Installationsanzahl 96,242
Aktuelle Version 5.3.1.1
Letztes Update 2023-04-27
Veröffentlichungsdatum 2019-07-18
Bewertung 4.82/5 Insgesamt 22 Bewertungen
Entwickler https://www.techloq.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.techloq.com
Hilfeseite URL https://www.techloq.com/#contact-us
URL der Datenschutzrichtlinien-Seite https://www.techloq.com/policy/general
Unterstützte Sprachen 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"
    }
}