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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}