Fandom SideBar Remover
Remove Side bar from Fandom Wiki
什麼是Fandom SideBar Remover?
Fandom SideBar Remover是由SoRadGaming開發的Chrome擴展程式,該擴展的主要功能是“Remove Side bar from Fandom Wiki”。
擴展截圖
下載Fandom SideBar Remover擴展crx文件
下載Fandom SideBar Remover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Remove the Side-Bars of the Fandom Wiki and allow more space for the Wiki Content, look at the images before and after.
擴展基本資訊
名稱 | Fandom SideBar Remover |
ID | ehdfiijmhjlmkbgoiiejnledicdeolag |
官方網址 | https://chromewebstore.google.com/detail/fandom-sidebar-remover/ehdfiijmhjlmkbgoiiejnledicdeolag |
簡介 | Remove Side bar from Fandom Wiki |
檔案大小 | 28.78 KB |
安裝次數 | 442 |
目前版本 | 1.0.0 |
更新時間 | 2022-10-04 |
上架時間 | 2022-10-03 |
評分 | 5.00/5 共 8 次評分 |
開發者 | SoRadGaming |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fandom SideBar Remover", "description": "Remove Side bar from Fandom Wiki", "version": "1.0.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.fandom.com\/wiki\/*", "https:\/\/*.fandom.com\/*" ], "css": [ "index.css" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |