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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}