Fandom Utils

Useful utilities to tweak Fandom wikis to your own preference.

Cos'è Fandom Utils?

Fandom Utils è un'estensione di Chrome sviluppata da KhangND, e la sua funzione principale è "Useful utilities to tweak Fandom wikis to your own preference.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Fandom Utils

Scarica i file di estensione Fandom Utils in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Fandom Utils Fandom Utils
ID eogklihnaofhampffhohopaffelgjfbp
URL Ufficiale https://chrome.google.com/webstore/detail/fandom-utils/eogklihnaofhampffhohopaffelgjfbp
Descrizione Useful utilities to tweak Fandom wikis to your own preference.
Dimensione del File 199 KB
Conteggio Installazioni 131
Versione Corrente 1.2.0
Ultimo Aggiornamento 2020-12-08
Data di Pubblicazione 2020-11-16
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore KhangND
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/khang-nd/fandom-utils
Lingue Supportate 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"
            ]
        }
    ]
}