Fandom Utils

Useful utilities to tweak Fandom wikis to your own preference.

Vad är Fandom Utils?

Fandom Utils är en Chrome-tillägg utvecklad av KhangND, och dess huvudfunktion är "Useful utilities to tweak Fandom wikis to your own preference.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Fandom Utils-förlängningens CRX-fil

Ladda ner Fandom Utils-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Fandom Utils Fandom Utils
ID eogklihnaofhampffhohopaffelgjfbp
Officiell webbadress https://chrome.google.com/webstore/detail/fandom-utils/eogklihnaofhampffhohopaffelgjfbp
Beskrivning Useful utilities to tweak Fandom wikis to your own preference.
Filstorlek 199 KB
Antal Installationer 131
Aktuell Version 1.2.0
Senast Uppdaterad 2020-12-08
Publiceringsdatum 2020-11-16
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare KhangND
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/khang-nd/fandom-utils
Stödda Språk 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"
            ]
        }
    ]
}