Waverly - a decentralized social app

A Decentralized Social Chrome Extension App to put & tip contents as well as mint NFTs on-chain!

什么是Waverly - a decentralized social app?

Waverly - a decentralized social app是由https://waverly.app开发的Chrome扩展程序,该扩展的主要功能是“A Decentralized Social Chrome Extension App to put & tip contents as well as mint NFTs on-chain!”。

扩展截图

screenshot
screenshot
screenshot

下载Waverly - a decentralized social app扩展crx文件

下载Waverly - a decentralized social app扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With the use case of Decentralized Social Media, Waverly App helps to index your contents on chain so that nobody can censor or delete your contents. With Waverly, you can play around with minting digital collectibles & tipping native coins in the form of diamonds 💎 on DeSo Blockchain. You can use Waverly as a social media alternative to store your public contents for forever and never get deleted. Waverly is the easiest way to interact with next generation Web3 Social Media 😎

Some of the notable Waverly Features are listed below: 
🔥  New Version 2.14 includes:
✅ New Onboarding Workflow

🔥 New Version 2.13 includes:
✅ Background Diamond Shower
✅ Derived Keys DeSo Login
✅ DeSo Username suggestions/mentions
✅ Like Shower
✅ Mint UI revamp + Additional DeSo Royalty
✅ Dark Mode

🔥  Recent Version 1.0 included:
✅ Post contents with Youtube Embeds
✅ NFT Minting with Unlockable Contents
✅ Diamond Shower (Tip Contents)

😎 Waverly was Second-Runner Up of DeSoLabs Hackathon! 
🥰 For more informations, explore www.waverly.app 🥳                    

扩展基本信息

名称 Waverly - a decentralized social app Waverly - a decentralized social app
ID nonifodikannfdcffnmiopjjglglepab
官方URL https://chromewebstore.google.com/detail/waverly-a-decentralized-s/nonifodikannfdcffnmiopjjglglepab
简介 A Decentralized Social Chrome Extension App to put & tip contents as well as mint NFTs on-chain!
文件大小 1.56 MB
安装次数 40
当前版本 2.14
更新时间 2023-03-03
上架时间 2022-11-30
评分 5.00/5 共7次评分
开发者 https://waverly.app
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.waverly.app
帮助页面URL https://www.diamondapp.com/u/waverlyapp
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Waverly - a decentralized social app",
    "description": "A Decentralized Social Chrome Extension App to put & tip contents as well as mint NFTs on-chain!",
    "version": "2.14",
    "icons": {
        "16": ".\/favicon_io\/favicon-16x16.png",
        "32": ".\/favicon_io\/favicon-32x32.png",
        "128": ".\/favicon_io\/favicon-128x128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_title": "WaverlyApp - a deso extension"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}