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
Eメール [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"
    }
}