Fandom Utils

Useful utilities to tweak Fandom wikis to your own preference.

Co to jest Fandom Utils?

Fandom Utils to rozszerzenie Chrome opracowane przez KhangND, a jego główną funkcją jest „Useful utilities to tweak Fandom wikis to your own preference.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Fandom Utils

Pobierz pliki rozszerzeń Fandom Utils w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Fandom Utils Fandom Utils
ID eogklihnaofhampffhohopaffelgjfbp
Oficjalny URL https://chrome.google.com/webstore/detail/fandom-utils/eogklihnaofhampffhohopaffelgjfbp
Opis Useful utilities to tweak Fandom wikis to your own preference.
Rozmiar pliku 199 KB
Liczba instalacji 131
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2020-12-08
Data Publikacji 2020-11-16
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper KhangND
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/khang-nd/fandom-utils
Obsługiwane Języki 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"
            ]
        }
    ]
}