CleanBrowsing DNS Filtering

CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible.

CleanBrowsing DNS Filtering란 무엇입니까?

CleanBrowsing DNS Filtering은(는) https://cleanbrowsing.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible."입니다.

확장 프로그램 스크린샷

screenshot

CleanBrowsing DNS Filtering 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension activates CleanBrowsing directly on your Chrome browser. If you can't switch the DNS on your device and Chrome is the only browser available, this extension might be a good option for you. It requires a CleanBrowsing account that can be created here: https://my.cleanbrowsing.org/register                    

확장 프로그램 기본 정보

이름 CleanBrowsing DNS Filtering CleanBrowsing DNS Filtering
ID hiihdbcbkkocjcjooklhpojamigheibo
공식 URL https://chrome.google.com/webstore/detail/cleanbrowsing-dns-filteri/hiihdbcbkkocjcjooklhpojamigheibo
설명 CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible.
파일 크기 97.05 KB
설치 횟수 273
현재 버전 0.1
최근 업데이트 2020-04-29
출시 날짜 2020-04-25
개발자 https://cleanbrowsing.org
결제 유형 free
도움말 페이지 URL https://my.cleanbrowsing.org
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CleanBrowsing DNS Filtering",
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "https:\/\/www.categorify.org\/*",
        "https:\/\/www.categorify.org\/",
        "https:\/\/my.cleanbrowsing.org\/",
        "https:\/\/my.cleanbrowsing.org\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "description": "CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible.",
    "icons": {
        "16": "icon-128.png",
        "19": "icon-128.png",
        "32": "icon-128.png",
        "38": "icon-128.png",
        "48": "icon-128.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "browser_action": {
        "default_icon": {
            "16": "icon-128.png",
            "19": "icon-128.png",
            "32": "icon-128.png",
            "38": "icon-128.png",
            "48": "icon-128.png",
            "128": "icon-128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}