Fandom Utils

Useful utilities to tweak Fandom wikis to your own preference.

Wat is Fandom Utils?

Fandom Utils is een Chrome-extensie ontwikkeld door KhangND, en de belangrijkste functie is "Useful utilities to tweak Fandom wikis to your own preference.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Fandom Utils

Download Fandom Utils-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Fandom Utils Fandom Utils
ID eogklihnaofhampffhohopaffelgjfbp
Officiële URL https://chrome.google.com/webstore/detail/fandom-utils/eogklihnaofhampffhohopaffelgjfbp
Beschrijving Useful utilities to tweak Fandom wikis to your own preference.
Bestandsgrootte 199 KB
Aantal Installaties 131
Huidige Versie 1.2.0
Laatst Bijgewerkt 2020-12-08
Publicatiedatum 2020-11-16
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar KhangND
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/khang-nd/fandom-utils
Ondersteunde Talen 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"
            ]
        }
    ]
}