crossfoam

Crossfoam is a tool for analyzing social networks.

Τι είναι το crossfoam;

Το crossfoam είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sebastian Meier, και η κύρια λειτουργία του είναι "Crossfoam is a tool for analyzing social networks.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Crossfoam analyses and visualises your filter bubbles on social media (so far only Twitter), so you can discover the extent to which your online community is an echo chamber or a place of diverse opinions. Fine-grained analysis allows you to explore your social network, diversify it, or - if you prefer - dig deeper into your bubble. Crossfoam thus becomes a tool for electronic self-determination.

In order to enable this experience, Crossfoam allows you to select your own social media account (or some else’s) and download this account’s network onto your local computer. Then a network analysis is performed, which tries to identify clusters within your network (bubbles). You can then use the build-in visualisation system or download the data to use in another application.

Crossfoam is build privacy first. All data, analysis and visualisation is happening on your local machine, no external services are involved.                    

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

Όνομα crossfoam crossfoam
ID iggiehifadfpclpfjbgineomhgaeomlf
Επίσημο URL https://chromewebstore.google.com/detail/crossfoam/iggiehifadfpclpfjbgineomhgaeomlf
Περιγραφή Crossfoam is a tool for analyzing social networks.
Μέγεθος Αρχείου 21.99 MB
Αριθμός Εγκαταστάσεων 76
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2020-09-14
Ημερομηνία Δημοσίευσης 2020-08-21
Προγραμματιστής Sebastian Meier
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.ultrapop.de
Διεύθυνση URL της Σελίδας Βοήθειας https://www.ultrapop.de
URL της Σελίδας Πολιτικής Απορρήτου https://www.ultrapop.de/en/datapolicy-app
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "crossfoam",
    "version": "1.3",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "options_ui": {
        "page": "html\/options.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "notifications",
        "contextMenus",
        "downloads",
        "activeTab",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "assets\/js\/browser-polyfill.js",
            "assets\/js\/q.js",
            "assets\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "html\/popup.html",
        "default_title": "Crossfoam",
        "default_icon": {
            "16": "assets\/icons\/browser-bar-16.png",
            "32": "assets\/icons\/browser-bar-32.png"
        },
        "theme_icons": [
            {
                "light": "assets\/icons\/browser-bar-16.png",
                "dark": "assets\/icons\/browser-bar-dark-16.png",
                "size": 16
            },
            {
                "light": "assets\/icons\/browser-bar-32.png",
                "dark": "assets\/icons\/browser-bar-dark-32.png",
                "size": 32
            }
        ]
    },
    "icons": {
        "8": "assets\/icons\/icon-8.png",
        "16": "assets\/icons\/icon-16.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "96": "assets\/icons\/icon-96.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "web_accessible_resources": [
        "assets\/images\/modal-header.png",
        "assets\/images\/[email protected]",
        "assets\/fonts\/Inter\/Inter\/*.woff",
        "assets\/fonts\/Inter\/Inter\/*.woff2"
    ]
}