Hundrx - Upgrade Twitter to Web3 with AI

Turn any Twitter profile into a valuable, tradable crypto asset on the blockchain. Powered by AI.

What is Hundrx - Upgrade Twitter to Web3 with AI?

Hundrx - Upgrade Twitter to Web3 with AI is a Chrome extension developed by https://hundrx.com, and its main feature is "Turn any Twitter profile into a valuable, tradable crypto asset on the blockchain. Powered by AI.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Hundrx - Upgrade Twitter to Web3 with AI Extension CRX File

Download Hundrx - Upgrade Twitter to Web3 with AI 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

                        Turn any Twitter profile into a valuable, tradable crypto asset on the blockchain. 

Key Features: 

★ Social Tokens & Social Capital: Measure true influence by converting each Twitter account into unique social tokens, enabling users to trade, monetize, and capitalize on their online presence, turning followers into valuable assets. 

★ Powerful Marketing Chrome Extension: Boost organic marketing efforts by quickly and easily spreading the word about token events, driving network effects, and increasing attention for your tokens. Create viral campaigns, reward your community, and grow your followers with Hundrx. 

★ Best AI Chrome Extension for Twitter: Simplify your Tweeting experience with ChatGPT Reply automation.

★ Twitter Tokenization & Liquidity: Experience permissionless tokenization with Hundrx, empowering users to tokenize any Twitter account and enjoy enhanced flexibility and liquidity. Trade tokens at any time without the need to find a buyer, thanks to the smart contract-based system. 

★ 100x Twitter Engagement & Incentives: Amplify your Twitter engagement with Hundrx's balanced incentives, rewarding content, and bot-less experience. Foster loyal followers, drive viral growth, and unlock auto-claim airdrops for an unprecedented level of interaction and community growth. 

★ Hundrx Name Service (HNS) & Discovery: Elevate your Twitter account with its own domain name and website using the Hundrx Name Service, compatible with DNS and functioning like a regular domain name. Increase your visibility and discoverability, and connect with other users in the Hundrx ecosystem.
 
★ Polygon Blockchain Integration: Built on the #1 blockchain for mass adoption, Hundrx offers unmatched speed, security, and scalability, ensuring a seamless and reliable Web3 Twitter experience. 

★ Compatible with Chrome, Brave, and Opera: Install the Hundrx extension on Chrome, Brave, and Opera browsers, with additional browser support in the pipeline. Start experiencing the transformative power of Hundrx and the world of Web3 Twitter today.
 
Unlock the full potential of your Twitter account with the power of Web3 and social tokens. Discover a new world of social tokens, organic marketing, and crypto-enabled Twitter interactions with Hundrx, designed for influencers, brands, and individuals looking to elevate their presence in the digital space. Install the Hundrx Chrome extension today and transform the way you interact, engage, and monetize on Twitter.                    

Extension Basic Information

Name Hundrx - Upgrade Twitter to Web3 with AI Hundrx - Upgrade Twitter to Web3 with AI
ID epjidlkjpogjmfdkbcgecceancknbgcj
Official URL https://chromewebstore.google.com/detail/hundrx-upgrade-twitter-to/epjidlkjpogjmfdkbcgecceancknbgcj
Description Turn any Twitter profile into a valuable, tradable crypto asset on the blockchain. Powered by AI.
File Size 18.54 MB
Installation Count 1,272
Current Version 1.6.0.2
Last Updated 2023-09-29
Publish Date 2022-08-07
Rating 5.00/5 Total 8 Ratings
Developer https://hundrx.com
Email [email protected]
Payment Type free
Extension Website https://hundrx.com
Privacy Policy Page URL https://hundrx.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Turn any Twitter profile into a valuable, tradable crypto asset on the blockchain. Powered by AI.",
    "version": "1.6.0.2",
    "manifest_version": 3,
    "name": "Hundrx - Upgrade Twitter to Web3 with AI",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": "icon-48.png",
        "default_title": "Hundrx",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "animated-hundrx-twitter.json",
                "background-faqs.jpg",
                "background-features.jpg",
                "chart-bg.jpg",
                "coin-success.json",
                "drx-coin.svg",
                "favicon.ico",
                "icon-16.png",
                "icon-32.png",
                "icon-48.png",
                "icon-128.png",
                "icon-192.png",
                "icon-512.png",
                "icon-809.png",
                "logo-metamask.svg",
                "logo-socialpower.svg",
                "logo-twitter.svg",
                "social-tokens.png",
                "suggested.png",
                "wallet.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/localhost:3000\/*",
        "https:\/\/*.hundrx.com\/*",
        "https:\/\/hundrx.ams3.cdn.digitaloceanspaces.com\/",
        "https:\/\/switchere.com\/*",
        "https:\/\/*.switchere.com\/*",
        "https:\/\/rpc.ankr.com\/*",
        "https:\/\/polygon-rpc.com\/*",
        "https:\/\/rpc-mumbai.maticvigil.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; script-src-elem 'self' 'unsafe-inline' https:\/\/localhost:3000\/ https:\/\/rpc.ankr.com https:\/\/polygon-rpc.com https:\/\/rpc-mumbai.maticvigil.com https:\/\/api-js.mixpanel.com; media-src 'self' https:\/\/hundrx.ams3.cdn.digitaloceanspaces.com\/ blob:; object-src 'self'; frame-src https:\/\/hundrx.com https:\/\/*.hundrx.com https:\/\/switchere.com https:\/\/*.switchere.com"
    }
}