adam:ONE® assist
Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system.
adam:ONE® assistとは何ですか?
adam:ONE® assistはhttps://adamnet.worksによって開発されたChromeの拡張機能で、その主な機能は「Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system.」です。
拡張機能のスクリーンショット
adam:ONE® assist拡張機能のCRXファイルをダウンロード
adam:ONE® assist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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®. 拡張機能の基本情報
| 名前 | |
| ID | fdmpekabnlekabjlimjkfmdjajnddgpc |
| 公式URL | https://chromewebstore.google.com/detail/adamone%C2%AE-assist/fdmpekabnlekabjlimjkfmdjajnddgpc |
| 説明 | Allows the user to easily initiate an unblock request when an HTTPS site was denied by the adam:ONE® system. |
| ファイルサイズ | 83.59 KB |
| インストール数 | 11,907 |
| 現在のバージョン | 2.0.5 |
| 最終更新日 | 2023-11-18 |
| 公開日 | 2019-03-12 |
| 評価 | 4.33/5 合計 18 レビュー |
| 開発者 | https://adamnet.works |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://adamnet.works |
| ヘルプページのURL | https://support.adamnet.works |
| プライバシーポリシーページのURL | https://adamnet.works/privacy-policy |
| 対応言語 | 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": [
" | |