Fandom SideBar Remover

Remove Side bar from Fandom Wiki

什么是Fandom SideBar Remover?

Fandom SideBar Remover是由SoRadGaming开发的Chrome扩展程序,该扩展的主要功能是“Remove Side bar from Fandom Wiki”。

扩展截图

screenshot
screenshot

下载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 Fandom SideBar Remover
ID ehdfiijmhjlmkbgoiiejnledicdeolag
官方URL 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"
    }
}