Dota 2 FandomWiki LayoutFix Extention
Fixes the layout of the Dota2 FandomWiki
Wat is Dota 2 FandomWiki LayoutFix Extention?
Dota 2 FandomWiki LayoutFix Extention is een Chrome-extensie ontwikkeld door florisschippers, en de belangrijkste functie is "Fixes the layout of the Dota2 FandomWiki".
Extensie Screenshots
Download het CRX-bestand van de extensie Dota 2 FandomWiki LayoutFix Extention
Download Dota 2 FandomWiki LayoutFix Extention-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | poeldndhfgocdoifjphkoaacilbogedp |
| Officiële URL | https://chromewebstore.google.com/detail/dota-2-fandomwiki-layoutf/poeldndhfgocdoifjphkoaacilbogedp |
| Beschrijving | Fixes the layout of the Dota2 FandomWiki |
| Bestandsgrootte | 12.85 KB |
| Aantal Installaties | 54 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2021-08-30 |
| Publicatiedatum | 2021-07-30 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | florisschippers |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |