Techloq

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

Techloqคืออะไร?

Techloq เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.techloq.com และคุณลักษณะหลักของมันคือ "Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Techloq

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}