Fandom Utils

Useful utilities to tweak Fandom wikis to your own preference.

Apa itu Fandom Utils?

Fandom Utils adalah ekstensi Chrome yang dikembangkan oleh KhangND, dan fitur utamanya adalah "Useful utilities to tweak Fandom wikis to your own preference.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Fandom Utils

Unduh file ekstensi Fandom Utils dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Fandom Utils Fandom Utils
ID eogklihnaofhampffhohopaffelgjfbp
URL Resmi https://chrome.google.com/webstore/detail/fandom-utils/eogklihnaofhampffhohopaffelgjfbp
Deskripsi Useful utilities to tweak Fandom wikis to your own preference.
Ukuran File 199 KB
Jumlah Instalasi 131
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2020-12-08
Tanggal Publikasi 2020-11-16
Penilaian 4.50/5 Total 2 Penilaian
Pengembang KhangND
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/khang-nd/fandom-utils
Bahasa yang Didukung 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"
            ]
        }
    ]
}