Fandom Utils

Useful utilities to tweak Fandom wikis to your own preference.

Qu'est-ce que Fandom Utils ?

Fandom Utils est une extension Chrome développée par KhangND, et sa fonction principale est "Useful utilities to tweak Fandom wikis to your own preference.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fandom Utils

Téléchargez les fichiers d'extension Fandom Utils au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Fandom Utils Fandom Utils
ID eogklihnaofhampffhohopaffelgjfbp
URL Officiel https://chrome.google.com/webstore/detail/fandom-utils/eogklihnaofhampffhohopaffelgjfbp
Description Useful utilities to tweak Fandom wikis to your own preference.
Taille du Fichier 199 KB
Nombre d'Installations 131
Version Actuelle 1.2.0
Dernière Mise à Jour 2020-12-08
Date de Publication 2020-11-16
Évaluation 4.50/5 Total 2 Évaluations
Développeur KhangND
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/khang-nd/fandom-utils
Langues Prises en Charge 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"
            ]
        }
    ]
}