Techloq

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

What is Techloq?

Techloq is a Chrome extension developed by https://www.techloq.com, and its main feature is "Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…".

Extension Screenshots

screenshot

Download Techloq Extension CRX File

Download Techloq extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Techloq Techloq
ID mihddcincafndpppmnblllhmedodgicc
Official URL 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…
File Size 118 KB
Installation Count 96,242
Current Version 5.3.1.1
Last Updated 2023-04-27
Publish Date 2019-07-18
Rating 4.82/5 Total 22 Ratings
Developer https://www.techloq.com
Email [email protected]
Payment Type free
Extension Website https://www.techloq.com
Help Page URL https://www.techloq.com/#contact-us
Privacy Policy Page URL https://www.techloq.com/policy/general
Supported Languages 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"
    }
}