adam:ONE® assist
Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system.
Qu'est-ce que adam:ONE® assist ?
adam:ONE® assist est une extension Chrome développée par https://adamnet.works, et sa fonction principale est "Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension adam:ONE® assist
Téléchargez les fichiers d'extension adam:ONE® assist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Enhances the user experience for adam:ONE® users (formerly known as DNSthingy™) - Display the Block Page for denied HTTPS sites. - List website dependencies. - Allow Google's reCAPTCHA to function when Google domains are denied. - Display protection status behind adam:ONE®.
Informations de Base sur l'Extension
Nom | |
ID | fdmpekabnlekabjlimjkfmdjajnddgpc |
URL Officiel | https://chromewebstore.google.com/detail/adamone%C2%AE-assist/fdmpekabnlekabjlimjkfmdjajnddgpc |
Description | Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system. |
Taille du Fichier | 83.59 KB |
Nombre d'Installations | 11,907 |
Version Actuelle | 2.0.5 |
Dernière Mise à Jour | 2023-11-18 |
Date de Publication | 2019-03-12 |
Évaluation | 4.33/5 Total 18 Évaluations |
Développeur | https://adamnet.works |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://adamnet.works |
URL de la Page d'Aide | https://support.adamnet.works |
URL de la Page de Politique de Confidentialité | https://adamnet.works/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "adam:ONE\u00ae assist", "description": "Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE\u00ae system.", "version": "2.0.5", "homepage_url": "https:\/\/adamnet.works\/", "icons": { "1024": "a1024.png", "512": "a512.png", "256": "a256.png", "128": "a128.png", "96": "a96.png", "48": "a48.png", "16": "a16.png" }, "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/mytools.management\/*", "*:\/\/*\/*" ], "js": [ "cs.js" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "recaptcha", "enabled": false, "path": "recaptcha-ruleset.json" } ] }, "permissions": [ " |