Dota 2 FandomWiki LayoutFix Extention
Fixes the layout of the Dota2 FandomWiki
什麼是Dota 2 FandomWiki LayoutFix Extention?
Dota 2 FandomWiki LayoutFix Extention是由florisschippers開發的Chrome擴展程式,該擴展的主要功能是“Fixes the layout of the Dota2 FandomWiki”。
擴展截圖
下載Dota 2 FandomWiki LayoutFix Extention擴展crx文件
下載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 |
| 官方網址 | 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
} | |