Помощник СДО РГСУ
Помощник СДО раскрасит твою страницу!
Wat is Помощник СДО РГСУ?
Помощник СДО РГСУ is een Chrome-extensie ontwikkeld door Nadir, en de belangrijkste functie is "Помощник СДО раскрасит твою страницу!".
Extensie Screenshots
Download het CRX-bestand van de extensie Помощник СДО РГСУ
Download Помощник СДО РГСУ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Помощник СДО раскрасит твою страницу! Basisinformatie over de Extensie
| Naam | |
| ID | eplndnbpbnkmchcflfikfcebepoihecm |
| Officiële URL | https://chromewebstore.google.com/detail/%D0%BF%D0%BE%D0%BC%D0%BE%D1%89%D0%BD%D0%B8%D0%BA-%D1%81%D0%B4%D0%BE-%D1%80%D0%B3%D1%81%D1%83/eplndnbpbnkmchcflfikfcebepoihecm |
| Beschrijving | Помощник СДО раскрасит твою страницу! |
| Bestandsgrootte | 31.35 KB |
| Aantal Installaties | 83 |
| Huidige Versie | 0.1.2 |
| Laatst Bijgewerkt | 2022-10-27 |
| Publicatiedatum | 2019-04-20 |
| Ontwikkelaar | Nadir |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u041f\u043e\u043c\u043e\u0449\u043d\u0438\u043a \u0421\u0414\u041e \u0420\u0413\u0421\u0423",
"version": "0.1.2",
"permissions": [],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/sdo.rgsu.net\/*"
],
"js": [
"sample.js"
],
"run_at": "document_start"
}
],
"manifest_version": 3
} | |