xfriend.tech

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

What is xfriend.tech?

xfriend.tech is a Chrome extension developed by etherlect, and its main feature is "Seamless UI for friend.tech on X (Twitter).".

Extension Screenshots

screenshot

Download xfriend.tech Extension CRX File

Download xfriend.tech extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Get data from friend.tech directly on X !                    

Extension Basic Information

Name xfriend.tech xfriend.tech
ID fgllfaeklkjnmhgibgfgkhlocbjmdphj
Official URL https://chromewebstore.google.com/detail/xfriendtech/fgllfaeklkjnmhgibgfgkhlocbjmdphj
Description Seamless UI for friend.tech on X (Twitter).
File Size 3.19 MB
Installation Count 359
Current Version 1.4
Last Updated 2023-12-04
Publish Date 2023-09-16
Developer etherlect
Email [email protected]
Payment Type free
Privacy Policy Page URL https://xfriend.tech/privacy-policy.html
Supported Languages 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\/*"
            ]
        }
    ]
}