NDS Updated Moderation

Rendons l'interface de modération plus agréable

NDS Updated Moderation क्या है?

NDS Updated Moderation Clément-Cg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rendons l'interface de modération plus agréable"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NDS Updated Moderation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Ce plugin chrome a pour rôle de rendre les interfaces de modération sur nosdevoirs.fr un minimum plus agréables à utiliser.
L'extension supprime également quelques éléments visuels inutiles voire dérangeants de l'interface.

Le programme ne stock aucune donnée, ni concernant votre navigateur ni concernant votre navigation.

Le seul et unique rôle de l'extension est d'injecter une feuille de style CSS supplémentaire aux pages de https://nosdevoirs.fr/ 

Projet non affilié à Brainly (https://brainly.com/) et sans but lucratif.

🇬🇧 — English
This Chrome plugin has the role of making the moderation interfaces on nosdevoirs.fr a minimum more pleasant to use.
The extension also removes some unnecessary or disturbing visual elements from the interface.

The program does not stock any data, neither about your browser nor about your browsing.

The one and only role of the extension is to inject an additional CSS style sheet into the pages of https://nosdevoirs.fr/ 

Project not affiliated with Brainly (https://brainly.com/) and not for profit.                    

एक्सटेंशन की मूल जानकारी

नाम NDS Updated Moderation NDS Updated Moderation
ID gaenahlodadnkekokadopllphopejaba
आधिकारिक URL https://chromewebstore.google.com/detail/nds-updated-moderation/gaenahlodadnkekokadopllphopejaba
विवरण Rendons l'interface de modération plus agréable
फ़ाइल का आकार 574 KB
स्थापना संख्या 26
वर्तमान संस्करण 10.36
अंतिम अपडेट 2024-01-13
प्रकाशन तिथि 2022-01-09
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Clément-Cg
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NDS Updated Moderation",
    "description": "Rendons l'interface de mod\u00e9ration plus agr\u00e9able",
    "version": "10.36",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "clean.css",
                "messagerie.css"
            ],
            "matches": [
                "https:\/\/nosdevoirs.fr\/*",
                "https:\/\/eodev.com\/*",
                "https:\/\/brainly.in\/*",
                "https:\/\/brainly.pl\/*",
                "https:\/\/brainly.lat\/*",
                "https:\/\/znanija.com\/*",
                "https:\/\/brainly.ro\/*",
                "https:\/\/brainly.com\/*"
            ],
            "js": [
                "js\/nds-moderation-ui-ext-v0.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "images\/on.png",
        "default_title": "NDS Update Moderation"
    }
}