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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Users of Techloq Parental Control Software can easily login/logout of their personal Techloq filter profile and request filter…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Techloq एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}