adam:ONE® assist
Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system.
Co to jest adam:ONE® assist?
adam:ONE® assist to rozszerzenie Chrome opracowane przez https://adamnet.works, a jego główną funkcją jest „Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia adam:ONE® assist
Pobierz pliki rozszerzeń adam:ONE® assist w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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®.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fdmpekabnlekabjlimjkfmdjajnddgpc |
Oficjalny URL | https://chromewebstore.google.com/detail/adamone%C2%AE-assist/fdmpekabnlekabjlimjkfmdjajnddgpc |
Opis | Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system. |
Rozmiar pliku | 83.59 KB |
Liczba instalacji | 11,907 |
Aktualna Wersja | 2.0.5 |
Ostatnia Aktualizacja | 2023-11-18 |
Data Publikacji | 2019-03-12 |
Ocena | 4.33/5 Łącznie 18 Oceny |
Deweloper | https://adamnet.works |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://adamnet.works |
Adres URL Strony Pomocy | https://support.adamnet.works |
Adres URL Strony Polityki Prywatności | https://adamnet.works/privacy-policy |
Obsługiwane Języki | 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": [ " |