Fandom Utils

Useful utilities to tweak Fandom wikis to your own preference.

ما هو Fandom Utils؟

Fandom Utils هو إضافة Chrome تم تطويرها بواسطة KhangND، والميزة الرئيسية لها هي "Useful utilities to tweak Fandom wikis to your own preference.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Fandom Utils

قم بتنزيل ملفات الامتداد Fandom Utils بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Fandom Utils Fandom Utils
ID eogklihnaofhampffhohopaffelgjfbp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/fandom-utils/eogklihnaofhampffhohopaffelgjfbp
الوصف Useful utilities to tweak Fandom wikis to your own preference.
حجم الملف 199 KB
عدد التثبيتات 131
النسخة الحالية 1.2.0
آخر تحديث 2020-12-08
تاريخ النشر 2020-11-16
تقييم 4.50/5 مجموع تقييمات 2
المطور KhangND
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/khang-nd/fandom-utils
اللغات المدعومة 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"
            ]
        }
    ]
}