Techloq

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

Qu'est-ce que Techloq ?

Techloq est une extension Chrome développée par https://www.techloq.com, et sa fonction principale est "Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Techloq

Téléchargez les fichiers d'extension Techloq au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Techloq Techloq
ID mihddcincafndpppmnblllhmedodgicc
URL Officiel https://chromewebstore.google.com/detail/techloq/mihddcincafndpppmnblllhmedodgicc
Description Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…
Taille du Fichier 118 KB
Nombre d'Installations 96,242
Version Actuelle 5.3.1.1
Dernière Mise à Jour 2023-04-27
Date de Publication 2019-07-18
Évaluation 4.82/5 Total 22 Évaluations
Développeur https://www.techloq.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.techloq.com
URL de la Page d'Aide https://www.techloq.com/#contact-us
URL de la Page de Politique de Confidentialité https://www.techloq.com/policy/general
Langues Prises en Charge 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"
    }
}