Techloq

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

什么是Techloq?

Techloq是由https://www.techloq.com开发的Chrome扩展程序,该扩展的主要功能是“Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…”。

扩展截图

screenshot

下载Techloq扩展crx文件

下载Techloq扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Techloq Techloq
ID mihddcincafndpppmnblllhmedodgicc
官方URL https://chromewebstore.google.com/detail/techloq/mihddcincafndpppmnblllhmedodgicc
简介 Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…
文件大小 118 KB
安装次数 96,242
当前版本 5.3.1.1
更新时间 2023-04-27
上架时间 2019-07-18
评分 4.82/5 共22次评分
开发者 https://www.techloq.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.techloq.com
帮助页面URL https://www.techloq.com/#contact-us
隐私政策页面URL https://www.techloq.com/policy/general
支持的语言 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"
    }
}