Soshow
The easy access to all Web3 / NFT / crypto / Defi … related Twitter Spaces.
Τι είναι το Soshow;
Το Soshow είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον soshow, και η κύρια λειτουργία του είναι "The easy access to all Web3 / NFT / crypto / Defi … related Twitter Spaces.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Soshow
Λήψη αρχείων επέκτασης Soshow σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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": [ "*:\/\/*\/*" ] } ] } |