Techloq

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

Techloq là gì?

Techloq là một tiện ích mở rộng Chrome được phát triển bởi https://www.techloq.com, và tính năng chính của nó là "Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Techloq

Tải xuống các tệp mở rộng Techloq dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Techloq Techloq
ID mihddcincafndpppmnblllhmedodgicc
URL Chính Thức https://chromewebstore.google.com/detail/techloq/mihddcincafndpppmnblllhmedodgicc
Mô tả Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 96,242
Phiên Bản Hiện Tại 5.3.1.1
Cập Nhật Lần Cuối 2023-04-27
Ngày Phát Hành 2019-07-18
Đánh Giá 4.82/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://www.techloq.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.techloq.com
URL Trang Trợ Giúp https://www.techloq.com/#contact-us
URL Trang Chính Sách Bảo Mật https://www.techloq.com/policy/general
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}