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
官方網址 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"
            ]
        }
    ]
}