CleanBrowsing DNS Filtering

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

Qu'est-ce que CleanBrowsing DNS Filtering ?

CleanBrowsing DNS Filtering est une extension Chrome développée par https://cleanbrowsing.org, et sa fonction principale est "CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CleanBrowsing DNS Filtering

Téléchargez les fichiers d'extension CleanBrowsing DNS Filtering au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom CleanBrowsing DNS Filtering CleanBrowsing DNS Filtering
ID hiihdbcbkkocjcjooklhpojamigheibo
URL Officiel https://chrome.google.com/webstore/detail/cleanbrowsing-dns-filteri/hiihdbcbkkocjcjooklhpojamigheibo
Description CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible.
Taille du Fichier 97.05 KB
Nombre d'Installations 273
Version Actuelle 0.1
Dernière Mise à Jour 2020-04-29
Date de Publication 2020-04-25
Développeur https://cleanbrowsing.org
Type de Paiement free
URL de la Page d'Aide https://my.cleanbrowsing.org
Langues Prises en Charge 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
    }
}