Shuddle

Discover and connect with NFT collectors on Twitter. Have fun with our meme generator!

Shuddleคืออะไร?

Shuddle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shuddle.xyz และคุณลักษณะหลักของมันคือ "Discover and connect with NFT collectors on Twitter. Have fun with our meme generator!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shuddle

ดาวน์โหลดไฟล์ส่วนขยาย Shuddle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing the Shuddle Chrome Extension: your ultimate tool for discovering, connecting with, and having fun with NFT collectors on Twitter. 

With Shuddle's meme generator feature, you can create entertaining memes featuring the NFTs found in user profiles. Choose from a variety of community templates to express your creativity and showcase your NFT collection in a fresh way.

We value user privacy and security, which is why our extension only collects public data and tracks user clicks on templates for the purpose of improving our platform and providing valuable statistics. We do not store or share any private user information.

The Shuddle Chrome Extension is ideal for NFT collectors, artists, and enthusiasts who want to:

Shuddle's Chrome Extension is perfect for NFT collectors, artists, and enthusiasts looking to:
► Connect with fellow NFT enthusiasts on Twitter
► Discover new and exciting NFT projects and collections
► Easily identify NFT owners in their Twitter feed
► Create and share entertaining memes featuring NFTs
► Stay informed on the latest NFT trends and best practices

Upgrade your Twitter experience and make the most of your NFT collection with the Shuddle Chrome Extension. Download now to start exploring the dynamic world of NFTs and make meaningful connections within the NFT community.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shuddle Shuddle
ID bipalcoapdphgpbfamoencbjainpjecn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shuddle/bipalcoapdphgpbfamoencbjainpjecn
คำอธิบาย Discover and connect with NFT collectors on Twitter. Have fun with our meme generator!
ขนาดไฟล์ 3.21 MB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 0.0.24
อัปเดตครั้งล่าสุด 2023-10-30
วันที่เผยแพร่ 2023-04-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://shuddle.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shuddle.xyz
URL หน้านโยบายความเป็นส่วนตัว https://shuddle.xyz/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.24",
    "author": "zkowtf",
    "name": "Shuddle",
    "description": "Discover and connect with NFT collectors on Twitter. Have fun with our meme generator!",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "scrapper.5f27ec70.js"
            ],
            "css": [
                "scrapper.c59d0899.css"
            ]
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "selector-modal.ddd7a7ad.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "selector-react.1f863d79.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icon512.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}