adam:ONE® assist
Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system.
Cos'è adam:ONE® assist?
adam:ONE® assist è un'estensione di Chrome sviluppata da https://adamnet.works, e la sua funzione principale è "Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione adam:ONE® assist
Scarica i file di estensione adam:ONE® assist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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®. Informazioni di Base sull'Estensione
| Nome | |
| ID | fdmpekabnlekabjlimjkfmdjajnddgpc |
| URL Ufficiale | https://chromewebstore.google.com/detail/adamone%C2%AE-assist/fdmpekabnlekabjlimjkfmdjajnddgpc |
| Descrizione | Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system. |
| Dimensione del File | 83.59 KB |
| Conteggio Installazioni | 11,907 |
| Versione Corrente | 2.0.5 |
| Ultimo Aggiornamento | 2023-11-18 |
| Data di Pubblicazione | 2019-03-12 |
| Valutazione | 4.33/5 Totale 18 Valutazioni |
| Sviluppatore | https://adamnet.works |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://adamnet.works |
| URL della Pagina di Aiuto | https://support.adamnet.works |
| URL della Pagina della Politica sulla Privacy | https://adamnet.works/privacy-policy |
| Lingue Supportate | 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": [
" | |