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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
} | |