xfriend.tech

Seamless UI for friend.tech on X (Twitter).

xfriend.tech là gì?

xfriend.tech là một tiện ích mở rộng Chrome được phát triển bởi etherlect, và tính năng chính của nó là "Seamless UI for friend.tech on X (Twitter).".

Ả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 xfriend.tech

Tải xuống các tệp mở rộng xfriend.tech 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

                        Get data from friend.tech directly on X !                    

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

Tên xfriend.tech xfriend.tech
ID fgllfaeklkjnmhgibgfgkhlocbjmdphj
URL Chính Thức https://chromewebstore.google.com/detail/xfriendtech/fgllfaeklkjnmhgibgfgkhlocbjmdphj
Mô tả Seamless UI for friend.tech on X (Twitter).
Kích Thước Tệp 3.19 MB
Số Lần Cài Đặt 359
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-12-04
Ngày Phát Hành 2023-09-16
Nhà Phát Triển etherlect
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://xfriend.tech/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "xfriend.tech",
    "description": "Seamless UI for friend.tech on X (Twitter).",
    "version": "1.4",
    "icons": {
        "16": "\/assets\/icon16.png",
        "32": "\/assets\/icon32.png",
        "48": "\/assets\/icon48.png",
        "128": "\/assets\/icon128.png"
    },
    "background": {
        "service_worker": "\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "\/assets\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "\/content.js"
            ],
            "css": [
                "\/styles\/content.css",
                "\/styles\/mdi.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/inpage.js",
                "\/styles\/content.css",
                "\/styles\/mdi.css",
                "\/fonts\/*",
                "\/img\/*",
                "\/assets\/*"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ]
        }
    ]
}