Friendzy

Browse friendzy directly from twitter!

什么是Friendzy?

Friendzy是由Friendzy开发的Chrome扩展程序,该扩展的主要功能是“Browse friendzy directly from twitter!”。

扩展截图

screenshot

下载Friendzy扩展crx文件

下载Friendzy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Find your favorite creators just by browsing X!

The friendzy button shows the number creator keys minted and, if verified, their current rank against other verified creators.                    

扩展基本信息

名称 Friendzy Friendzy
ID amjgdppjppcgogaofiemocfogjkeejjh
官方URL https://chromewebstore.google.com/detail/friendzy/amjgdppjppcgogaofiemocfogjkeejjh
简介 Browse friendzy directly from twitter!
文件大小 12.72 KB
安装次数 68
当前版本 1.0.0
更新时间 2023-09-27
上架时间 2023-09-25
开发者 Friendzy
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Friendzy",
    "description": "Browse friendzy directly from twitter!",
    "version": "1.0.0",
    "icons": {
        "192": "images\/favicon.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/inject.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}