星际公民盒子浏览器拓展

为星际公民网站及工具站提供汉化

星际公民盒子浏览器拓展 là gì?

星际公民盒子浏览器拓展 là một tiện ích mở rộng Chrome được phát triển bởi xkeyC Studio, và tính năng chính của nó là "为星际公民网站及工具站提供汉化".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 星际公民盒子浏览器拓展

Tải xuống các tệp mở rộng 星际公民盒子浏览器拓展 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

                        星际公民盒子浏览器拓展是一个为您将星际公民官网及常用工具网站翻译为中文的浏览器拓展,所有翻译内容来自 星际公民中文社区汉化组。
本插件开源于:https://github.com/StarCitizenToolBox/StarCitizenBoxBrowserEx                    

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

Tên 星际公民盒子浏览器拓展 星际公民盒子浏览器拓展
ID gocnjckojmledijgmadmacoikibcggja
URL Chính Thức https://chromewebstore.google.com/detail/%E6%98%9F%E9%99%85%E5%85%AC%E6%B0%91%E7%9B%92%E5%AD%90%E6%B5%8F%E8%A7%88%E5%99%A8%E6%8B%93%E5%B1%95/gocnjckojmledijgmadmacoikibcggja
Mô tả 为星际公民网站及工具站提供汉化
Kích Thước Tệp 60.9 KB
Số Lần Cài Đặt 385
Phiên Bản Hiện Tại 0.0.8
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2023-10-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển xkeyC Studio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/StarCitizenToolBox/StarCitizenBoxBrowserEx
URL Trang Trợ Giúp https://github.com/StarCitizenToolBox/StarCitizenBoxBrowserEx
URL Trang Chính Sách Bảo Mật https://github.com/xkeyC/StarCitizenBoxBrowserEx/blob/main/Privacy.md
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u661f\u9645\u516c\u6c11\u76d2\u5b50\u6d4f\u89c8\u5668\u62d3\u5c55",
    "version": "0.0.8",
    "description": "\u4e3a\u661f\u9645\u516c\u6c11\u7f51\u7ad9\u53ca\u5de5\u5177\u7ad9\u63d0\u4f9b\u6c49\u5316",
    "author": "xkeyC",
    "icons": {
        "192": "icon.png"
    },
    "host_permissions": [
        "*:\/\/git.sctoolbox.sccsgo.com\/"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/robertsspaceindustries.com\/*",
                "https:\/\/*.robertsspaceindustries.com\/*",
                "https:\/\/www.erkul.games\/*",
                "https:\/\/uexcorp.space\/*"
            ],
            "js": [
                "core.js",
                "thirdparty\/timeago.full.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.erkul.games\/*"
            ],
            "js": [
                "thirdparty\/jquery.min.js"
            ]
        }
    ]
}