Techloq

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

Hvad er Techloq?

Techloq er en Chrome-udvidelse udviklet af https://www.techloq.com, og dens hovedfunktion er "Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…".

Udvidelsesskærmbilleder

screenshot

Download Techloq-udvidelses-CRX-fil

Download Techloq-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Techloq Techloq
ID mihddcincafndpppmnblllhmedodgicc
Officiel URL https://chromewebstore.google.com/detail/techloq/mihddcincafndpppmnblllhmedodgicc
Beskrivelse Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…
Filstørrelse 118 KB
Antal Installationer 96,242
Nuværende Version 5.3.1.1
Senest Opdateret 2023-04-27
Udgivelsesdato 2019-07-18
Bedømmelse 4.82/5 Samlet 22 Bedømmelser
Udvikler https://www.techloq.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.techloq.com
Hjælpeside-URL https://www.techloq.com/#contact-us
URL til Fortrolighedspolitik Side https://www.techloq.com/policy/general
Understøttede Sprog 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"
    }
}