xfriend.tech

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

O que é xfriend.tech?

xfriend.tech é uma extensão do Chrome desenvolvida por etherlect, e sua principal característica é "Seamless UI for friend.tech on X (Twitter).".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão xfriend.tech

Baixe arquivos de extensão xfriend.tech no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Get data from friend.tech directly on X !                    

Informações Básicas da Extensão

Nome xfriend.tech xfriend.tech
ID fgllfaeklkjnmhgibgfgkhlocbjmdphj
URL Oficial https://chromewebstore.google.com/detail/xfriendtech/fgllfaeklkjnmhgibgfgkhlocbjmdphj
Descrição Seamless UI for friend.tech on X (Twitter).
Tamanho do Arquivo 3.19 MB
Contagem de Instalações 359
Versão Atual 1.4
Última Atualização 2023-12-04
Data de Publicação 2023-09-16
Desenvolvedor etherlect
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://xfriend.tech/privacy-policy.html
Idiomas Suportados 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\/*"
            ]
        }
    ]
}