xfriend.tech

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

xfriend.tech란 무엇입니까?

xfriend.tech은(는) etherlect에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seamless UI for friend.tech on X (Twitter)."입니다.

확장 프로그램 스크린샷

screenshot

xfriend.tech 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Get data from friend.tech directly on X !                    

확장 프로그램 기본 정보

이름 xfriend.tech xfriend.tech
ID fgllfaeklkjnmhgibgfgkhlocbjmdphj
공식 URL https://chromewebstore.google.com/detail/xfriendtech/fgllfaeklkjnmhgibgfgkhlocbjmdphj
설명 Seamless UI for friend.tech on X (Twitter).
파일 크기 3.19 MB
설치 횟수 359
현재 버전 1.4
최근 업데이트 2023-12-04
출시 날짜 2023-09-16
개발자 etherlect
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://xfriend.tech/privacy-policy.html
지원되는 언어 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\/*"
            ]
        }
    ]
}