web3 daily

一个用于分享Web3空投活动和赠品信息的工具。A tool for sharing web3 airdrop events and giveaway information.

web3 dailyคืออะไร?

web3 daily เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://web3loc.com และคุณลักษณะหลักของมันคือ "一个用于分享Web3空投活动和赠品信息的工具。A tool for sharing web3 airdrop events and giveaway information."

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

screenshot
screenshot
screenshot

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

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

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

                        该扩展是专门为Web3任务和空投而设计的工具,旨在帮助用户赚取奖励,如NFT、POAP、空投资格和代币。通过在Web3任务平台上完成任务,用户可以以相对较低的成本和风险获得奖励,并积累他们的链上和链下活动证明。
1.3.0更新
1. 增加了作业状态标识和热门标识
2. 作业进行了分类
The extension is a tool specifically designed for Web3 tasks and airdrops, aiming to help users earn rewards such as NFTs, POAPs, airdrop eligibility, and tokens. By completing tasks on Web3 task platforms, users can obtain rewards at relatively low cost and risk, while also accumulating proof of their on-chain and off-chain activities.                    

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

ชื่อ web3 daily web3 daily
ID jhgnhcmgaacalfihdnknlehdgmdmflpk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web3-daily/jhgnhcmgaacalfihdnknlehdgmdmflpk
คำอธิบาย 一个用于分享Web3空投活动和赠品信息的工具。A tool for sharing web3 airdrop events and giveaway information.
ขนาดไฟล์ 305 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2023-12-06
วันที่เผยแพร่ 2023-08-20
ผู้พัฒนา https://web3loc.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.web3loc.com
URL หน้านโยบายความเป็นส่วนตัว https://www.web3loc.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 3,
    "name": "web3 daily",
    "description": "\u4e00\u4e2a\u7528\u4e8e\u5206\u4eabWeb3\u7a7a\u6295\u6d3b\u52a8\u548c\u8d60\u54c1\u4fe1\u606f\u7684\u5de5\u5177\u3002A tool for sharing web3 airdrop events and giveaway information.",
    "version": "1.3.1",
    "author": "[email protected]",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "article.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "host_permissions": [
        "https:\/\/rest.web3loc.com\/*"
    ],
    "permissions": [
        "alarms",
        "storage"
    ],
    "background": {
        "service_worker": "bundle.js"
    }
}