Dota 2 FandomWiki LayoutFix Extention
Fixes the layout of the Dota2 FandomWiki
Τι είναι το Dota 2 FandomWiki LayoutFix Extention;
Το Dota 2 FandomWiki LayoutFix Extention είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον florisschippers, και η κύρια λειτουργία του είναι "Fixes the layout of the Dota2 FandomWiki".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Dota 2 FandomWiki LayoutFix Extention
Λήψη αρχείων επέκτασης Dota 2 FandomWiki LayoutFix Extention σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | poeldndhfgocdoifjphkoaacilbogedp |
| Επίσημο URL | https://chromewebstore.google.com/detail/dota-2-fandomwiki-layoutf/poeldndhfgocdoifjphkoaacilbogedp |
| Περιγραφή | Fixes the layout of the Dota2 FandomWiki |
| Μέγεθος Αρχείου | 12.85 KB |
| Αριθμός Εγκαταστάσεων | 54 |
| Τρέχουσα Έκδοση | 1.1.0 |
| Τελευταία Ενημέρωση | 2021-08-30 |
| Ημερομηνία Δημοσίευσης | 2021-07-30 |
| Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
| Προγραμματιστής | florisschippers |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | 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
} | |