Protico | Web3 Chat & Web3 Lobby

A Web3 Chatting Network where you can have universal Web3 Chat & Web3 Lobby to share thoughts on any website and app.

Protico | Web3 Chat & Web3 Lobbyคืออะไร?

Protico | Web3 Chat & Web3 Lobby เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Protico.io และคุณลักษณะหลักของมันคือ "A Web3 Chatting Network where you can have universal Web3 Chat & Web3 Lobby to share thoughts on any website and app."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Protico | Web3 Chat & Web3 Lobby

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

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

                        Feeling tired of endless channels and groups on Web2 Social Apps? Protico is the solution you've been looking for.

Protico is the leading Web3 Chatting Network for you to have Web3 Chat and join Web3 Lobby on/across any website directly, without any social apps anymore.

With Protico, you can anonymously share and exchange thoughts on specific websites with other users using your Web3 identities. And if you come across a phishing page or scam project, you can report it directly using Protico and help save others from falling victim.

--

Following are the cross-site superpowers you will have via Protico:

・Anonymously share & exchange thoughts with the communities on any websites.
・Build boundless, Web3-Native and universal contacts across websites.
・Use your ENS name and NFT to set your Web3 profile.
・Get notifications for your Web3 Chats across any website.
・Make your digital assets (NFTs) great again by making them all into stickers in chats.
・Report scam/phishing pages or projects directly to save the community together.
・Discover the Web3 Easter Eggs across websites!


Join Web3 Lobbies of the websites you visit and start your Web3 Chats with the community today. And who knows - you may even discover some Web3 Easter Eggs along the way!                    

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

ชื่อ Protico | Web3 Chat & Web3 Lobby Protico | Web3 Chat & Web3 Lobby
ID pogbhjeckmomgcoebdkhboanolddeaje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/protico-web3-chat-web3-lo/pogbhjeckmomgcoebdkhboanolddeaje
คำอธิบาย A Web3 Chatting Network where you can have universal Web3 Chat & Web3 Lobby to share thoughts on any website and app.
ขนาดไฟล์ 72.61 KB
จำนวนการติดตั้ง 196
เวอร์ชันปัจจุบัน 3.1.6
อัปเดตครั้งล่าสุด 2023-06-07
วันที่เผยแพร่ 2022-04-01
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Protico.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://protico.io
URL หน้าช่วยเหลือ https://protico.io
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Protico | Web3 Chat & Web3 Lobby",
    "description": "A Web3 Chatting Network where you can have universal Web3 Chat & Web3 Lobby to share thoughts on any website and app.",
    "version": "3.1.6",
    "manifest_version": 3,
    "action": {
        "default_title": "Protico | Web3 Chat & Web3 Lobby"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "alarms"
    ],
    "background": {
        "service_worker": "backgroundBundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/0.0.0.0:1337\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "badgetBundle.js",
                "storageBundle.js",
                "injectedIframeBundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/0.0.0.0:1337\/*",
                "http:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    }
}