CleanBrowsing DNS Filtering

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

Wat is CleanBrowsing DNS Filtering?

CleanBrowsing DNS Filtering is een Chrome-extensie ontwikkeld door https://cleanbrowsing.org, en de belangrijkste functie is "CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CleanBrowsing DNS Filtering

Download CleanBrowsing DNS Filtering-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam CleanBrowsing DNS Filtering CleanBrowsing DNS Filtering
ID hiihdbcbkkocjcjooklhpojamigheibo
Officiële URL https://chrome.google.com/webstore/detail/cleanbrowsing-dns-filteri/hiihdbcbkkocjcjooklhpojamigheibo
Beschrijving CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible.
Bestandsgrootte 97.05 KB
Aantal Installaties 273
Huidige Versie 0.1
Laatst Bijgewerkt 2020-04-29
Publicatiedatum 2020-04-25
Ontwikkelaar https://cleanbrowsing.org
Betalingswijze free
Help Pagina-URL https://my.cleanbrowsing.org
Ondersteunde Talen 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
    }
}