Friendzy

Browse friendzy directly from twitter!

What is Friendzy?

Friendzy is a Chrome extension developed by Friendzy, and its main feature is "Browse friendzy directly from twitter!".

Extension Screenshots

screenshot

Download Friendzy Extension CRX File

Download Friendzy 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

                        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.                    

Extension Basic Information

Name Friendzy Friendzy
ID amjgdppjppcgogaofiemocfogjkeejjh
Official URL https://chromewebstore.google.com/detail/friendzy/amjgdppjppcgogaofiemocfogjkeejjh
Description Browse friendzy directly from twitter!
File Size 12.72 KB
Installation Count 68
Current Version 1.0.0
Last Updated 2023-09-27
Publish Date 2023-09-25
Developer Friendzy
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}