Soda

A personal asset portal for the Web. Build a socially forward metaverse where assets derive value from communal activity.

Τι είναι το Soda;

Το Soda είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sonet.one, και η κύρια λειτουργία του είναι "A personal asset portal for the Web. Build a socially forward metaverse where assets derive value from communal activity.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Soda

Λήψη αρχείων επέκτασης Soda σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Soda is an open-source project targeting to unlock meaningful value from all social creation, and provide  personal portal for end users.
The system builds a socially forward ecosystem where assets derive value from communal activity through a dual coin system balanced by social usage.
Web users use webapps to establish communications and to get useful information.

Soda Extension is assigning value to social activity by bringing NFTs to Web 2.0 in a frictionless way. This seamlessly allows web users to manage their online resources, including their personal account(s) and data, generated by/published to any online systems within a one-stop self-sovereign application.

Soda Extension has four key features:
1. Decouples resource management with communication management.
2. Uses decentralized technology, also known as the Web3 infrastructure, to enable trust assetization and traceability to self-sovereign resources.
3. Help web users share self-sovereign resources through communication channels that were established by Web2 applications.
4. Provides open framework for data interoperability across multiple web apps, including Web2 or Web3 apps.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Soda Soda
ID ckeekocbghailhahfmkdgffiieolpagi
Επίσημο URL https://chromewebstore.google.com/detail/soda/ckeekocbghailhahfmkdgffiieolpagi
Περιγραφή A personal asset portal for the Web. Build a socially forward metaverse where assets derive value from communal activity.
Μέγεθος Αρχείου 5.42 MB
Αριθμός Εγκαταστάσεων 373
Τρέχουσα Έκδοση 0.3.34
Τελευταία Ενημέρωση 2024-02-22
Ημερομηνία Δημοσίευσης 2021-10-26
Αξιολόγηση 5.00/5 Συνολικά 40 Αξιολογήσεις
Προγραμματιστής https://sonet.one
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sonet.one/
URL της Σελίδας Πολιτικής Απορρήτου https://platwin.io/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Soda",
    "description": "A personal asset portal for the Web. Build a socially forward metaverse where assets derive value from communal activity.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [],
    "icons": {
        "16": "logo\/[email protected]",
        "32": "logo\/[email protected]",
        "48": "logo\/[email protected]",
        "128": "logo\/[email protected]"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js",
                "inject-hook.umd.min.js",
                "images\/*.png",
                "fonts\/*.*"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "version": "0.3.34",
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "88",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "js": [
                "contentScript_0.js"
            ],
            "css": [
                "contentScript_0.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "contentScript_1.js"
            ],
            "css": [
                "contentScript_1.css"
            ]
        }
    ]
}