Fandom Utils

Useful utilities to tweak Fandom wikis to your own preference.

什么是Fandom Utils?

Fandom Utils是由KhangND开发的Chrome扩展程序,该扩展的主要功能是“Useful utilities to tweak Fandom wikis to your own preference.”。

扩展截图

screenshot
screenshot

下载Fandom Utils扩展crx文件

下载Fandom Utils扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Aiming to bring together all your favorite tools and utilities, Fandom Utils provides a simplified and easy-to-use interface to fully control your tools and enhance your browsing experience across all Fandom wikis.

Read more at:
https://github.com/khang-nd/fandom-utils#fandom-utils                    

扩展基本信息

名称 Fandom Utils Fandom Utils
ID eogklihnaofhampffhohopaffelgjfbp
官方URL https://chrome.google.com/webstore/detail/fandom-utils/eogklihnaofhampffhohopaffelgjfbp
简介 Useful utilities to tweak Fandom wikis to your own preference.
文件大小 199 KB
安装次数 131
当前版本 1.2.0
更新时间 2020-12-08
上架时间 2020-11-16
评分 4.50/5 共2次评分
开发者 KhangND
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/khang-nd/fandom-utils
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fandom Utils",
    "version": "1.2.0",
    "description": "Useful utilities to tweak Fandom wikis to your own preference.",
    "homepage_url": "https:\/\/github.com\/khang-nd\/fandom-utils",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "build\/background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.fandom.com\/*"
            ],
            "js": [
                "build\/utils.js"
            ]
        }
    ]
}