Hundrx - Upgrade Twitter to Web3 with AI

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

Qu'est-ce que Hundrx - Upgrade Twitter to Web3 with AI ?

Hundrx - Upgrade Twitter to Web3 with AI est une extension Chrome développée par https://hundrx.com, et sa fonction principale est "Turn any Twitter profile into a valuable, tradable crypto asset on the blockchain. Powered by AI.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Hundrx - Upgrade Twitter to Web3 with AI

Téléchargez les fichiers d'extension Hundrx - Upgrade Twitter to Web3 with AI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Hundrx - Upgrade Twitter to Web3 with AI Hundrx - Upgrade Twitter to Web3 with AI
ID epjidlkjpogjmfdkbcgecceancknbgcj
URL Officiel 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.
Taille du Fichier 18.54 MB
Nombre d'Installations 1,272
Version Actuelle 1.6.0.2
Dernière Mise à Jour 2023-09-29
Date de Publication 2022-08-07
Évaluation 5.00/5 Total 8 Évaluations
Développeur https://hundrx.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hundrx.com
URL de la Page de Politique de Confidentialité https://hundrx.com/privacy
Langues Prises en Charge 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"
    }
}