FACIL'iti Companion

Easily identify sites equipped with FACIL’iti. It’s free and anonymous!

Τι είναι το FACIL'iti Companion;

Το FACIL'iti Companion είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον FACIL'iti, και η κύρια λειτουργία του είναι "Easily identify sites equipped with FACIL’iti. It’s free and anonymous!".

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

Λήψη αρχείου CRX της επέκτασης FACIL'iti Companion

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

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

                        FACIL’iti is an innovative digital accessibility solution. It adapts the display of a website to individual needs, to make the browsing experience 100% comfortable (visual, motor, cognitive). 

The journey becomes even more simple with this companion. It is free for the user and allows you to:
✔ find out, in a blink of an eye, if the site is equipped with FACIL'iti (and open the solution, if it is),
✔ synchronize all your personalized filters on all other sites equipped with FACIL'iti: each site that is equipped will then automatically adapt to your needs,
✔ discover the list of all other sites equipped with FACIL'iti.

Privacy is a core value for FACIL'iti. Therefore, we will always respect your anonymity.                    

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

Όνομα FACIL'iti Companion FACIL'iti Companion
ID lfncoommbeomljiclehndjljmdomfcpp
Επίσημο URL https://chromewebstore.google.com/detail/faciliti-companion/lfncoommbeomljiclehndjljmdomfcpp
Περιγραφή Easily identify sites equipped with FACIL’iti. It’s free and anonymous!
Μέγεθος Αρχείου 203 KB
Αριθμός Εγκαταστάσεων 727
Τρέχουσα Έκδοση 2.3.0
Τελευταία Ενημέρωση 2023-10-18
Ημερομηνία Δημοσίευσης 2021-12-11
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής FACIL'iti
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.facil-iti.fr
Διεύθυνση URL της Σελίδας Βοήθειας https://www.facil-iti.fr/nous-contacter/
Υποστηριζόμενες Γλώσσες de,en-US,fr,nl,es,it,pt-PT,el,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.3.0",
    "name": "__MSG_extensionName__",
    "homepage_url": "https:\/\/www.facil-iti.fr\/",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en_US",
    "author": "FACIL'iti",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "assets\/icons\/installed-16.png",
        "32": "assets\/icons\/installed-32.png",
        "48": "assets\/icons\/installed-48.png",
        "64": "assets\/icons\/installed-64.png",
        "128": "assets\/icons\/installed-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "\/popup\/index.html#status-unavailable",
        "default_title": "__MSG_extensionName__",
        "default_icon": {
            "16": "assets\/icons\/uninstalled-16.png",
            "32": "assets\/icons\/uninstalled-32.png",
            "48": "assets\/icons\/uninstalled-48.png",
            "64": "assets\/icons\/uninstalled-64.png",
            "128": "assets\/icons\/uninstalled-128.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "context.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}