Weblin

Avatars and Things on Web Pages

Τι είναι το Weblin;

Το Weblin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον weblin.extension, και η κύρια λειτουργία του είναι "Avatars and Things on Web Pages".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Weblin is THE tool for intuitive communication on web pages. You get an avatar everywhere on the web and meet other avatars on the pages you visit.

Weblin makes using the web easier and more versatile than ever before. Chat, video calls, forums and events on any website - without additional tools and completely anonymous.

Core functions:
● Chat with other avatars and site visitors - websites become your personal place of interaction
● Start video conferences with friends or your whole community on any website.
● Use the items in your backpack: mini-games, NFTs, business cards, and much more.
● Host online events on your website: with friends, customers, or partners. The meeting becomes a real experience.
● For companies: Inform and engage your target group with a guided web tour that employs interactions with virtual items to persist your message to the max.

How to use weblin:
✅ After the installation, your avatar will appear at the bottom of the screen.
✅ Personalize your avatar with a username and configure the visual appearance: either with a ready-made avatar or using the avatar designer to create an individual avatar: https://weblin.io/Avatars
✅ In the menu you will find all settings, items, and functions.
✅ Click on your avatar to chat or double click an avatar you meet

Included in the extension:
👍 Animated 3D Avatars
👍 Avatars from games on web pages
👍 Chat and video conference on any website
👍 Virtual items: mine resources, craft things, exchange items on any web page
👍 Activity points and web page ownership
👍 Privacy protection and anonymity
👍 Maximum security through browser sandbox without native programs
👍 High performance and minimal memory requirements                    

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

Όνομα Weblin Weblin
ID cgfkfhdinajjhfeghebnljbanpcjdlkm
Επίσημο URL https://chromewebstore.google.com/detail/weblin/cgfkfhdinajjhfeghebnljbanpcjdlkm
Περιγραφή Avatars and Things on Web Pages
Μέγεθος Αρχείου 1.27 MB
Αριθμός Εγκαταστάσεων 154
Τρέχουσα Έκδοση 1.3.0.2
Τελευταία Ενημέρωση 2024-01-31
Ημερομηνία Δημοσίευσης 2020-06-17
Αξιολόγηση 4.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής weblin.extension
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.weblin.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.weblin.io/PrivacyPolicy
URL της Σελίδας Πολιτικής Απορρήτου https://www.weblin.io/PrivacyPolicy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Weblin",
    "short_name": "Weblin",
    "version": "1.3.0.2",
    "description": "Avatars and Things on Web Pages",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "weblin.io"
    },
    "icons": {
        "128": ".\/assets\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "css": [],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "contentscript.css",
                "assets\/*",
                "popup.*",
                "manifest.json"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}