Soshow

The easy access to all Web3 / NFT / crypto / Defi … related Twitter Spaces.

Soshow란 무엇입니까?

Soshow은(는) soshow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The easy access to all Web3 / NFT / crypto / Defi … related Twitter Spaces."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Soshow 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The easy access to all Web3 / NFT / crypto / Defi … related Twitter Spaces.

Do you want to explore more Twitter Spaces out of your connections? Do you have trouble to find the Twitter Space you are interested in?
Do you want to get the on-chain attendance proof for your contribution on Twitter Spaces? 

Soshow for Chrome is the powerful tool which has aggregated all the Twitter Spaces related to Web3 and provide the on-chain proof for the hosts, speakers and audiences.

Twitter Space gateway - All Web3 related Spaces are listed on the first page of Soshow. Users can select the topics and languages they like.

On-chain proof - Listening Twitter Space via Soshow will earn you an NFT-ticket as proof of attendance.

Featured - Soshow provides the recommended hosts and Twitter Spaces for the audiences

MySpace - Audiences can easily to find all of Spaces they’ve participated in and find the ones they need. 

For Twitter Space hosts and creators, Soshow provides various ways to interact with their audiences and fans, like NFT souvenirs, lucky draws, and host/speaker reward.                    

확장 프로그램 기본 정보

이름 Soshow Soshow
ID cooamiafnnlecgfnalnpdakdnanmdefo
공식 URL https://chromewebstore.google.com/detail/soshow/cooamiafnnlecgfnalnpdakdnanmdefo
설명 The easy access to all Web3 / NFT / crypto / Defi … related Twitter Spaces.
파일 크기 5.57 MB
설치 횟수 1,764
현재 버전 1.0.5
최근 업데이트 2022-10-16
출시 날짜 2022-07-01
평점 4.00/5 총 4 개의 평점
개발자 soshow
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.soshow.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Soshow",
    "description": "The easy access to all Web3 \/ NFT \/ crypto \/ Defi \u2026 related Twitter Spaces.",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/soshow_icon_16.png",
        "32": "\/images\/soshow_icon_32.png",
        "48": "\/images\/soshow_icon_48.png",
        "128": "\/images\/soshow_icon_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "clipboardWrite"
    ],
    "action": {
        "default_icon": "\/images\/soshow_icon_32.png",
        "default_title": "The Web 3.0 social layer built on top of Twitter.",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/soshow.io\/*",
                "*:\/\/www.soshow.io\/*",
                "*:\/\/soshow.xyz\/*",
                "*:\/\/soshow.fi\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/loader.js",
                "js\/dialog.js",
                "js\/sscomponents.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "https:\/\/api.twitter.com\/*",
        "https:\/\/api.soshow.io\/",
        "https:\/\/api.gjgj.fun\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "locale\/*",
                "images\/*",
                "injected.js",
                "index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}