Fandom Utils

Useful utilities to tweak Fandom wikis to your own preference.

What is Fandom Utils?

Fandom Utils is a Chrome extension developed by KhangND, and its main feature is "Useful utilities to tweak Fandom wikis to your own preference.".

Extension Screenshots

screenshot
screenshot

Download Fandom Utils Extension CRX File

Download Fandom Utils extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Fandom Utils Fandom Utils
ID eogklihnaofhampffhohopaffelgjfbp
Official URL https://chrome.google.com/webstore/detail/fandom-utils/eogklihnaofhampffhohopaffelgjfbp
Description Useful utilities to tweak Fandom wikis to your own preference.
File Size 199 KB
Installation Count 131
Current Version 1.2.0
Last Updated 2020-12-08
Publish Date 2020-11-16
Rating 4.50/5 Total 2 Ratings
Developer KhangND
Email [email protected]
Payment Type free
Extension Website https://github.com/khang-nd/fandom-utils
Supported Languages 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"
            ]
        }
    ]
}