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
官方網址 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
電子郵箱 [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
}