Niftycase

The Web 3.0 social layer built on top of Twitter.

Niftycase là gì?

Niftycase là một tiện ích mở rộng Chrome được phát triển bởi https://niftycase.io, và tính năng chính của nó là "The Web 3.0 social layer built on top of Twitter.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Niftycase

Tải xuống các tệp mở rộng Niftycase dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🏖️  𝘿𝙞𝙨𝙥𝙡𝙖𝙮 𝙮𝙤𝙪𝙧 𝙉𝙁𝙏 𝙘𝙤𝙡𝙡𝙚𝙘𝙩𝙞𝙤𝙣 𝙤𝙣 𝙏𝙬𝙞𝙩𝙩𝙚𝙧
Anytime you buy or sell an NFT, your NFTs will automatically update on your Twitter profile.

🛍️  𝙎𝙚𝙚 𝙬𝙝𝙖𝙩 𝙉𝙁𝙏𝙨 𝙮𝙤𝙪𝙧 𝙛𝙧𝙞𝙚𝙣𝙙𝙨 𝙖𝙧𝙚 𝙗𝙪𝙮𝙞𝙣𝙜
View most recent buys, bids, and sales from the people you follow.

📖  𝙃𝙤𝙬 𝙩𝙤 𝙙𝙞𝙨𝙥𝙡𝙖𝙮 𝙮𝙤𝙪𝙧 𝙉𝙁𝙏𝙨 𝙬𝙞𝙩𝙝 𝙉𝙞𝙛𝙩𝙮𝙘𝙖𝙨𝙚
1. Go to https://niftycase.io/ and click "Sign in with Twitter"
2. Enter your Ethereum address & click submit when prompted

For any feature requests, bug fixes, or general feedback, I'm open to all! DM me on Twitter @_mattwelter                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Niftycase Niftycase
ID hejlafcmjjeplkkccjpmjioheejldjbf
URL Chính Thức https://chromewebstore.google.com/detail/niftycase/hejlafcmjjeplkkccjpmjioheejldjbf
Mô tả The Web 3.0 social layer built on top of Twitter.
Kích Thước Tệp 210 KB
Số Lần Cài Đặt 161
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2021-10-24
Ngày Phát Hành 2021-09-17
Nhà Phát Triển https://niftycase.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://niftycase.io
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/c89cf616-f5e8-4f7a-8a2b-5390550f9f44
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "The Web 3.0 social layer built on top of Twitter.",
    "version": "1.3.1",
    "name": "Niftycase",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/img\/get_started16.png",
        "32": "assets\/img\/get_started32.png",
        "48": "assets\/img\/get_started48.png",
        "128": "assets\/img\/get_started128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "css": [
                "assets\/css\/global.css",
                "assets\/css\/global.dark.css",
                "assets\/css\/global.darker.css",
                "assets\/css\/global.light.css"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/twitter.com\/*"
            ]
        }
    ]
}