adam:ONE® assist

Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system.

adam:ONE® assist क्या है?

adam:ONE® assist https://adamnet.works द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system."।

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

screenshot

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

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

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

                        Enhances the user experience for adam:ONE® users (formerly known as DNSthingy™)  
- Display the Block Page for denied HTTPS sites. 
- List website dependencies. 
- Allow Google's reCAPTCHA to function when Google domains are denied.
- Display protection status behind adam:ONE®.                    

एक्सटेंशन की मूल जानकारी

नाम adam:ONE® assist adam:ONE® assist
ID fdmpekabnlekabjlimjkfmdjajnddgpc
आधिकारिक URL https://chromewebstore.google.com/detail/adamone%C2%AE-assist/fdmpekabnlekabjlimjkfmdjajnddgpc
विवरण Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system.
फ़ाइल का आकार 83.59 KB
स्थापना संख्या 11,907
वर्तमान संस्करण 2.0.5
अंतिम अपडेट 2023-11-18
प्रकाशन तिथि 2019-03-12
रेटिंग 4.33/5 कुल 18 रेटिंग्स
डेवलपर https://adamnet.works
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://adamnet.works
सहायता पृष्ठ URL https://support.adamnet.works
गोपनीयता नीति पृष्ठ URL https://adamnet.works/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "adam:ONE\u00ae assist",
    "description": "Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE\u00ae system.",
    "version": "2.0.5",
    "homepage_url": "https:\/\/adamnet.works\/",
    "icons": {
        "1024": "a1024.png",
        "512": "a512.png",
        "256": "a256.png",
        "128": "a128.png",
        "96": "a96.png",
        "48": "a48.png",
        "16": "a16.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mytools.management\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "recaptcha",
                "enabled": false,
                "path": "recaptcha-ruleset.json"
            }
        ]
    },
    "permissions": [
        "",
        "declarativeNetRequest",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest"
    ]
}