Dota 2 FandomWiki LayoutFix Extention
Fixes the layout of the Dota2 FandomWiki
Was ist Dota 2 FandomWiki LayoutFix Extention?
Dota 2 FandomWiki LayoutFix Extention ist eine Chrome-Erweiterung, die von florisschippers entwickelt wurde, und ihr Hauptmerkmal ist "Fixes the layout of the Dota2 FandomWiki".
Erweiterungsscreenshots
Dota 2 FandomWiki LayoutFix Extention-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dota 2 FandomWiki LayoutFix Extention-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The Dota 2 wiki has moved from a Gamepedia wiki to a Fandom Wiki. Previously, the Gamepedia wiki looked awesome. Sadly. the Fandom system does not. It provides a lot of bloat, which ruins the layout of the wiki. This plugin hides part of the Fandom wiki bloat and provides a more pleasant layout for the users of the wiki. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | poeldndhfgocdoifjphkoaacilbogedp |
| Offizielle URL | https://chromewebstore.google.com/detail/dota-2-fandomwiki-layoutf/poeldndhfgocdoifjphkoaacilbogedp |
| Beschreibung | Fixes the layout of the Dota2 FandomWiki |
| Dateigröße | 12.85 KB |
| Installationsanzahl | 54 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2021-08-30 |
| Veröffentlichungsdatum | 2021-07-30 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | florisschippers |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dota 2 FandomWiki LayoutFix Extention",
"version": "1.1.0",
"description": "Fixes the layout of the Dota2 FandomWiki",
"icons": {
"70": ".\/assets\/icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/dota2.fandom.com\/*"
],
"css": [
".\/lib\/main.css"
]
}
],
"manifest_version": 3
} | |