Hundrx - Upgrade Twitter to Web3 with AI

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

什麼是Hundrx - Upgrade Twitter to Web3 with AI?

Hundrx - Upgrade Twitter to Web3 with AI是由https://hundrx.com開發的Chrome擴展程式,該擴展的主要功能是“Turn any Twitter profile into a valuable, tradable crypto asset on the blockchain. Powered by AI.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Hundrx - Upgrade Twitter to Web3 with AI擴展crx文件

下載Hundrx - Upgrade Twitter to Web3 with AI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Hundrx - Upgrade Twitter to Web3 with AI Hundrx - Upgrade Twitter to Web3 with AI
ID epjidlkjpogjmfdkbcgecceancknbgcj
官方網址 https://chromewebstore.google.com/detail/hundrx-upgrade-twitter-to/epjidlkjpogjmfdkbcgecceancknbgcj
簡介 Turn any Twitter profile into a valuable, tradable crypto asset on the blockchain. Powered by AI.
檔案大小 18.54 MB
安裝次數 1,272
目前版本 1.6.0.2
更新時間 2023-09-29
上架時間 2022-08-07
評分 5.00/5 共 8 次評分
開發者 https://hundrx.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://hundrx.com
隱私政策頁面URL https://hundrx.com/privacy
支援的語言 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"
    }
}