Dota 2 FandomWiki LayoutFix Extention
Fixes the layout of the Dota2 FandomWiki
Cos'è Dota 2 FandomWiki LayoutFix Extention?
Dota 2 FandomWiki LayoutFix Extention è un'estensione di Chrome sviluppata da florisschippers, e la sua funzione principale è "Fixes the layout of the Dota2 FandomWiki".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dota 2 FandomWiki LayoutFix Extention
Scarica i file di estensione Dota 2 FandomWiki LayoutFix Extention in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | poeldndhfgocdoifjphkoaacilbogedp |
| URL Ufficiale | https://chromewebstore.google.com/detail/dota-2-fandomwiki-layoutf/poeldndhfgocdoifjphkoaacilbogedp |
| Descrizione | Fixes the layout of the Dota2 FandomWiki |
| Dimensione del File | 12.85 KB |
| Conteggio Installazioni | 54 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2021-08-30 |
| Data di Pubblicazione | 2021-07-30 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | florisschippers |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |