Techloq

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

Vad är Techloq?

Techloq är en Chrome-tillägg utvecklad av https://www.techloq.com, och dess huvudfunktion är "Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…".

Tilläggsskärmbilder

screenshot

Ladda ner Techloq-förlängningens CRX-fil

Ladda ner Techloq-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Techloq Techloq
ID mihddcincafndpppmnblllhmedodgicc
Officiell webbadress https://chromewebstore.google.com/detail/techloq/mihddcincafndpppmnblllhmedodgicc
Beskrivning Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…
Filstorlek 118 KB
Antal Installationer 96,242
Aktuell Version 5.3.1.1
Senast Uppdaterad 2023-04-27
Publiceringsdatum 2019-07-18
Betyg 4.82/5 Totalt 22 Betyg
Utvecklare https://www.techloq.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.techloq.com
Hjälpsida URL https://www.techloq.com/#contact-us
URL till Sekretesspolicy Sidan https://www.techloq.com/policy/general
Stödda Språk 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"
    }
}