Dota 2 FandomWiki LayoutFix Extention
Fixes the layout of the Dota2 FandomWiki
Co to jest Dota 2 FandomWiki LayoutFix Extention?
Dota 2 FandomWiki LayoutFix Extention to rozszerzenie Chrome opracowane przez florisschippers, a jego główną funkcją jest „Fixes the layout of the Dota2 FandomWiki”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dota 2 FandomWiki LayoutFix Extention
Pobierz pliki rozszerzeń Dota 2 FandomWiki LayoutFix Extention w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | poeldndhfgocdoifjphkoaacilbogedp |
| Oficjalny URL | https://chromewebstore.google.com/detail/dota-2-fandomwiki-layoutf/poeldndhfgocdoifjphkoaacilbogedp |
| Opis | Fixes the layout of the Dota2 FandomWiki |
| Rozmiar pliku | 12.85 KB |
| Liczba instalacji | 54 |
| Aktualna Wersja | 1.1.0 |
| Ostatnia Aktualizacja | 2021-08-30 |
| Data Publikacji | 2021-07-30 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | florisschippers |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |