adam:ONE® assist

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

What is adam:ONE® assist?

adam:ONE® assist is a Chrome extension developed by https://adamnet.works, and its main feature is "Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system.".

Extension Screenshots

screenshot

Download adam:ONE® assist Extension CRX File

Download adam:ONE® assist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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®.                    

Extension Basic Information

Name adam:ONE® assist adam:ONE® assist
ID fdmpekabnlekabjlimjkfmdjajnddgpc
Official URL https://chromewebstore.google.com/detail/adamone%C2%AE-assist/fdmpekabnlekabjlimjkfmdjajnddgpc
Description Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system.
File Size 83.59 KB
Installation Count 11,907
Current Version 2.0.5
Last Updated 2023-11-18
Publish Date 2019-03-12
Rating 4.33/5 Total 18 Ratings
Developer https://adamnet.works
Email [email protected]
Payment Type free
Extension Website https://adamnet.works
Help Page URL https://support.adamnet.works
Privacy Policy Page URL https://adamnet.works/privacy-policy
Supported Languages 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"
    ]
}