Hundrx - Upgrade Twitter to Web3 with AI

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

Co to jest Hundrx - Upgrade Twitter to Web3 with AI?

Hundrx - Upgrade Twitter to Web3 with AI to rozszerzenie Chrome opracowane przez https://hundrx.com, a jego główną funkcją jest „Turn any Twitter profile into a valuable, tradable crypto asset on the blockchain. Powered by AI.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Hundrx - Upgrade Twitter to Web3 with AI

Pobierz pliki rozszerzeń Hundrx - Upgrade Twitter to Web3 with AI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hundrx - Upgrade Twitter to Web3 with AI Hundrx - Upgrade Twitter to Web3 with AI
ID epjidlkjpogjmfdkbcgecceancknbgcj
Oficjalny URL https://chromewebstore.google.com/detail/hundrx-upgrade-twitter-to/epjidlkjpogjmfdkbcgecceancknbgcj
Opis Turn any Twitter profile into a valuable, tradable crypto asset on the blockchain. Powered by AI.
Rozmiar pliku 18.54 MB
Liczba instalacji 1,272
Aktualna Wersja 1.6.0.2
Ostatnia Aktualizacja 2023-09-29
Data Publikacji 2022-08-07
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper https://hundrx.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://hundrx.com
Adres URL Strony Polityki Prywatności https://hundrx.com/privacy
Obsługiwane Języki 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"
    }
}