NDS Updated Moderation

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

NDS Updated Moderation là gì?

NDS Updated Moderation là một tiện ích mở rộng Chrome được phát triển bởi Clément-Cg, và tính năng chính của nó là "Rendons l'interface de modération plus agréable".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NDS Updated Moderation

Tải xuống các tệp mở rộng NDS Updated Moderation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NDS Updated Moderation NDS Updated Moderation
ID gaenahlodadnkekokadopllphopejaba
URL Chính Thức https://chromewebstore.google.com/detail/nds-updated-moderation/gaenahlodadnkekokadopllphopejaba
Mô tả Rendons l'interface de modération plus agréable
Kích Thước Tệp 574 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 10.36
Cập Nhật Lần Cuối 2024-01-13
Ngày Phát Hành 2022-01-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Clément-Cg
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}