CleanBrowsing DNS Filtering for Schools

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

Qu'est-ce que CleanBrowsing DNS Filtering for Schools ?

CleanBrowsing DNS Filtering for Schools 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
screenshot
screenshot

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

Téléchargez les fichiers d'extension CleanBrowsing DNS Filtering for Schools 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 was built for organizations that manage a fleet of Chrome devices and actively manage Chrome browsers in their organization. It allows an organization to pass a JSON value to the extension and force the configuration for all browsers in their OU.

This extension can also be used by individuals to configure unmanaged browsers.                    

Informations de Base sur l'Extension

Nom CleanBrowsing DNS Filtering for Schools CleanBrowsing DNS Filtering for Schools
ID pmcldejjlmciaffinikgoaoleceldphd
URL Officiel https://chromewebstore.google.com/detail/cleanbrowsing-dns-filteri/pmcldejjlmciaffinikgoaoleceldphd
Description CleanBrowsing DNS filter for Chrome. Ideal for schools and chromebooks where changing the DNS is not possible.
Taille du Fichier 75.66 KB
Nombre d'Installations 116
Version Actuelle 1.0
Dernière Mise à Jour 2022-08-12
Date de Publication 2022-03-21
Développeur https://cleanbrowsing.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cleanbrowsing.org
URL de la Page d'Aide https://cleanbrowsing.org/documentation
URL de la Page de Politique de Confidentialité https://cleanbrowsing.org/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CleanBrowsing DNS Filtering for Schools",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/my.cleanbrowsing.org\/",
        "https:\/\/my.cleanbrowsing.org\/*",
        "https:\/\/my.cleanbrowsing.org\/apis\/devices\/debug-verify",
        "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": "1.0",
    "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"
            ]
        }
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}