Techloq

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

Wat is Techloq?

Techloq is een Chrome-extensie ontwikkeld door https://www.techloq.com, en de belangrijkste functie is "Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Techloq

Download Techloq-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Techloq Techloq
ID mihddcincafndpppmnblllhmedodgicc
Officiële URL https://chromewebstore.google.com/detail/techloq/mihddcincafndpppmnblllhmedodgicc
Beschrijving Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…
Bestandsgrootte 118 KB
Aantal Installaties 96,242
Huidige Versie 5.3.1.1
Laatst Bijgewerkt 2023-04-27
Publicatiedatum 2019-07-18
Beoordeling 4.82/5 Totaal 22 Beoordelingen
Ontwikkelaar https://www.techloq.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.techloq.com
Help Pagina-URL https://www.techloq.com/#contact-us
URL van de Privacybeleid Pagina https://www.techloq.com/policy/general
Ondersteunde Talen 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"
    }
}