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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system."입니다.

확장 프로그램 스크린샷

screenshot

adam:ONE® assist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}