Fandom Utils

Useful utilities to tweak Fandom wikis to your own preference.

Hvad er Fandom Utils?

Fandom Utils er en Chrome-udvidelse udviklet af KhangND, og dens hovedfunktion er "Useful utilities to tweak Fandom wikis to your own preference.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Fandom Utils-udvidelses-CRX-fil

Download Fandom Utils-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Fandom Utils Fandom Utils
ID eogklihnaofhampffhohopaffelgjfbp
Officiel URL https://chrome.google.com/webstore/detail/fandom-utils/eogklihnaofhampffhohopaffelgjfbp
Beskrivelse Useful utilities to tweak Fandom wikis to your own preference.
Filstørrelse 199 KB
Antal Installationer 131
Nuværende Version 1.2.0
Senest Opdateret 2020-12-08
Udgivelsesdato 2020-11-16
Bedømmelse 4.50/5 Samlet 2 Bedømmelser
Udvikler KhangND
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/khang-nd/fandom-utils
Understøttede Sprog 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"
            ]
        }
    ]
}