Fandom Utils

Useful utilities to tweak Fandom wikis to your own preference.

Fandom Utils là gì?

Fandom Utils là một tiện ích mở rộng Chrome được phát triển bởi KhangND, và tính năng chính của nó là "Useful utilities to tweak Fandom wikis to your own preference.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fandom Utils

Tải xuống các tệp mở rộng Fandom Utils dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fandom Utils Fandom Utils
ID eogklihnaofhampffhohopaffelgjfbp
URL Chính Thức https://chrome.google.com/webstore/detail/fandom-utils/eogklihnaofhampffhohopaffelgjfbp
Mô tả Useful utilities to tweak Fandom wikis to your own preference.
Kích Thước Tệp 199 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2020-12-08
Ngày Phát Hành 2020-11-16
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển KhangND
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/khang-nd/fandom-utils
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}