NDS Updated Moderation
Rendons l'interface de modération plus agréable
NDS Updated Moderation란 무엇입니까?
NDS Updated Moderation은(는) Clément-Cg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rendons l'interface de modération plus agréable"입니다.
확장 프로그램 스크린샷
NDS Updated Moderation 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |