FACIL'iti Companion
Easily identify sites equipped with FACIL’iti. It’s free and anonymous!
FACIL'iti Companion क्या है?
FACIL'iti Companion FACIL'iti द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily identify sites equipped with FACIL’iti. It’s free and anonymous!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FACIL'iti Companion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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": [ "*:\/\/*\/*" ] } ] } |