ECHO

The easiest, fastest way to generate ECHO widget

ECHOคืออะไร?

ECHO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://0xecho.com และคุณลักษณะหลักของมันคือ "The easiest, fastest way to generate ECHO widget"

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

screenshot
screenshot
screenshot

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

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

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

                        ECHO is the first decentralized social engagement protocol based on Arweave.

Our goal is to provide the fundamental infrastructure of Web3 social by introducing the first comment widget that can be deployed on any Web3 website with permanent data storage, so that users can speak up for themselves in a decentralized, permissionless, and censorship-resistant environment. It is our conviction that every person deserves to be heard, and we strive to create the right tool to make that happen. “Long live our opinion”, as our slogan goes.

More importantly, as we are providing a multi-chain, multi-platform, and multi-disciplinary solution, ECHO will energize the social mobility in an aggregated manner to address the current social segregation issue in Web3. And our protocol-based data structure of social activities both on-chain and off-chain will be the cornerstone of the future Web3 social paradigm.

Our opinion is our intellectual assets. People don’t own their voice in Web2, and people have no tool to own their voice in Web3. People are awakening that decentralization should not be limited to finance, but also in other fields. And we need a product so that people can speak freely and equally without worrying about censorship and privacy issue. And Arweave is a much better storage solution than IPFS that the technology is mature to make this happen.

ECHO provides a neutral commenting tool that can be used to comment on anything.                    

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

ชื่อ ECHO ECHO
ID cbmifpaenihfoaegkiaogmeknmhbfhgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/echo/cbmifpaenihfoaegkiaogmeknmhbfhgf
คำอธิบาย The easiest, fastest way to generate ECHO widget
ขนาดไฟล์ 1.43 MB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 0.0.12
อัปเดตครั้งล่าสุด 2023-02-04
วันที่เผยแพร่ 2022-09-27
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://0xecho.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://0xecho.com
URL หน้าช่วยเหลือ https://0xecho.com/developer
URL หน้านโยบายความเป็นส่วนตัว https://0xecho.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ECHO",
    "description": "The easiest, fastest way to generate ECHO widget",
    "version": "0.0.12",
    "icons": {
        "16": "echo16.png",
        "32": "echo32.png",
        "48": "echo48.png",
        "128": "echo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mirror.xyz\/*"
            ],
            "js": [
                "\/mirror.dashboard.js"
            ],
            "css": [
                "\/mirror.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/x2y2.io\/*"
            ],
            "js": [
                "\/x2y2.js"
            ],
            "css": [
                "\/x2y2.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/looksrare.org\/*"
            ],
            "js": [
                "\/looksrare.js"
            ],
            "css": [
                "\/looksrare.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/opensea.io\/*"
            ],
            "js": [
                "\/opensea.js"
            ],
            "css": [
                "\/opensea.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "\/toolbar.js"
            ],
            "css": [
                "\/remixicon\/remixicon.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*",
                "\/remixicon\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}