PronoteMask

Retire automatiquement vos informations personnelles sur votre espace Pronote.

PronoteMaskとは何ですか?

PronoteMaskはMichel Baieによって開発されたChromeの拡張機能で、その主な機能は「Retire automatiquement vos informations personnelles sur votre espace Pronote.」です。

拡張機能のスクリーンショット

screenshot
screenshot

PronoteMask拡張機能のCRXファイルをダウンロード

PronoteMask拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Nécessite un compte index-education.net

Ne montrez plus vos données personnelles !                    

拡張機能の基本情報

名前 PronoteMask PronoteMask
ID piiihofopiamlaoeagfmoaejilfcffhj
公式URL https://chromewebstore.google.com/detail/pronotemask/piiihofopiamlaoeagfmoaejilfcffhj
説明 Retire automatiquement vos informations personnelles sur votre espace Pronote.
ファイルサイズ 17.11 KB
インストール数 40
現在のバージョン 2.0
最終更新日 2021-07-04
公開日 2020-09-28
評価 4.50/5 合計 6 レビュー
開発者 Michel Baie
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/MichelBaie/PronoteMask/issues
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PronoteMask",
    "version": "2.0",
    "description": "Retire automatiquement vos informations personnelles sur votre espace Pronote.",
    "icons": {
        "128": "img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/pronote\/eleve*"
            ],
            "js": [
                "mask.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/pronote\/eleve*"
    ],
    "manifest_version": 3
}