どこでもチャット!

いつでもどこでもお気軽チャット!

What is どこでもチャット!?

どこでもチャット! is a Chrome extension developed by OrcaSoft, and its main feature is "いつでもどこでもお気軽チャット!".

Extension Screenshots

screenshot
screenshot

Download どこでもチャット! Extension CRX File

Download どこでもチャット! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Docodemo Chat!

ブラウザのツールバーからアイコンを押すだけで同じソフトを入れた人と簡単にチャットができます。
匿名での書き込みも可能なのでゆるいチャットを楽しんでみましょう!

チャンネル1:匿名チャット
チャンネル2:名前設定可能
チャンネル3:名前設定可能

障害情報:
なし

最終更新:
2024.01.05                    

Extension Basic Information

Name どこでもチャット! どこでもチャット!
ID goehljejjbdhcclcpjpgfkbjidognbnk
Official URL https://chromewebstore.google.com/detail/%E3%81%A9%E3%81%93%E3%81%A7%E3%82%82%E3%83%81%E3%83%A3%E3%83%83%E3%83%88%EF%BC%81/goehljejjbdhcclcpjpgfkbjidognbnk
Description いつでもどこでもお気軽チャット!
File Size 834 KB
Installation Count 64
Current Version 3.0.0
Last Updated 2024-01-05
Publish Date 2018-12-26
Rating 4.94/5 Total 17 Ratings
Developer OrcaSoft
Email [email protected]
Payment Type free
Extension Website https://orca-soft.net/web/
Privacy Policy Page URL https://orca-soft.net/chrome/pd/html/privacy_policy.html
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u3069\u3053\u3067\u3082\u30c1\u30e3\u30c3\u30c8\uff01",
    "version": "3.0.0",
    "description": "\u3044\u3064\u3067\u3082\u3069\u3053\u3067\u3082\u304a\u6c17\u8efd\u30c1\u30e3\u30c3\u30c8\uff01",
    "manifest_version": 3,
    "homepage_url": "https:\/\/orca-soft.net\/web\/",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "browser_icon\/normal.png",
        "default_title": "\u30c1\u30e3\u30c3\u30c8\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u958b\u304f",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/app16.png",
        "32": "icons\/app32.png",
        "48": "icons\/app48.png",
        "128": "icons\/app128.png"
    },
    "permissions": [
        "notifications",
        "offscreen"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; img-src 'self' http:\/\/* https:\/\/* data:; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' http:\/\/* https:\/\/*; font-src 'self'; object-src 'none'; media-src http:\/\/* https:\/\/*"
    },
    "host_permissions": [
        "http:\/\/dchat.saloon.jp\/",
        "https:\/\/dchat.saloon.jp\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/style.css",
                "js\/jquery-1.3.2.min.js",
                "js\/alert.js",
                "icons\/app48.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}