M1 Plus
Вспомогательное расширение для Monopoly One
Wat is M1 Plus?
M1 Plus is een Chrome-extensie ontwikkeld door dtalkachou, en de belangrijkste functie is "Вспомогательное расширение для Monopoly One".
Extensie Screenshots
Download het CRX-bestand van de extensie M1 Plus
Download M1 Plus-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
Расширение для сайта monopoly-one.com позволяющее смотреть дополнительные сведения без лишних действий. Basisinformatie over de Extensie
| Naam | |
| ID | jlkeodkodfgihhdmhccagbikbppkpafm |
| Officiële URL | https://chromewebstore.google.com/detail/m1-plus/jlkeodkodfgihhdmhccagbikbppkpafm |
| Beschrijving | Вспомогательное расширение для Monopoly One |
| Bestandsgrootte | 57.94 KB |
| Aantal Installaties | 534 |
| Huidige Versie | 1.0.4 |
| Laatst Bijgewerkt | 2020-10-21 |
| Publicatiedatum | 2020-10-19 |
| Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | dtalkachou |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "M1 Plus",
"version": "1.0.4",
"description": "\u0412\u0441\u043f\u043e\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f Monopoly One",
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"https:\/\/monopoly-one.com\/table\/",
"https:\/\/monopoly-one.com\/m1tv\/"
],
"js": [
"extension\/contentScript.js"
],
"css": [
"assets\/css\/m1-plus-styles.css"
]
}
],
"icons": {
"16": "assets\/img\/icon16.png",
"32": "assets\/img\/icon32.png",
"48": "assets\/img\/icon64.png",
"128": "assets\/img\/icon128.png"
},
"manifest_version": 2
} | |