JustComment AI

Generate comment in few seconds.

JustComment AIとは何ですか?

JustComment AIはhttps://justcomment.aiによって開発されたChromeの拡張機能で、その主な機能は「Generate comment in few seconds.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

JustComment AI拡張機能のCRXファイルをダウンロード

JustComment AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        JustComment.ai is an Personal Comment Assistant that simplifies generating comments for Socials. Pick from various reactions, create custom reactions, or use Slash Commands for added context.

Save time and elevate your social media interactions with ease.                    

拡張機能の基本情報

名前 JustComment AI JustComment AI
ID pppndnondekehijelkdnlihcfehjacfe
公式URL https://chromewebstore.google.com/detail/justcomment-ai/pppndnondekehijelkdnlihcfehjacfe
説明 Generate comment in few seconds.
ファイルサイズ 524 KB
インストール数 83
現在のバージョン 0.4.2
最終更新日 2023-10-17
公開日 2023-03-03
評価 1.00/5 合計 1 レビュー
開発者 https://justcomment.ai
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.justcomment.ai/
ヘルプページのURL https://www.justcomment.ai/contact/
プライバシーポリシーページのURL https://www.justcomment.ai/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.4.2",
    "author": "Calogero Guagenti",
    "name": "JustComment AI",
    "description": "Generate comment in few seconds.",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:3000\/*",
                "https:\/\/www.justcomment.ai\/*"
            ],
            "js": [
                "jc.eb80896a.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "linkedin.173fe9c0.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "twitter.e8fc169b.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "facebook.d6ddeed5.js"
            ],
            "css": []
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwN7lloKQVQ5AS1MLQNES9DZ7cxMgFDpJno7IhSrhcLZeneJknxihBXnyo3extezSbOogpNi6\/yNlYELKRCgr8KyAaH+n2NSHGIZ13uWDCJfuPHHjA1sNh+wwQxUk1bp2oUNTNMclNSrrI625\/qYOWERT1kIt4K5tRylj9sU1I\/dktUwTJjIm+V+oOjssgj9xTtcAZR+rGZPdLZeDVn8x3hAQJEgQgzKpeKcvL2m\/E1MY3\/fWOVFo+f9mNOA145tK29PqE4IOTek7cSZakKux4wqZulScvUgx28F5rrrVrLD+pLm4L7DFA+0eB4s\/Qb19k4aP4stit5fMcWAxh+mw0wIDAQAB",
    "host_permissions": [
        "https:\/\/www.justcomment.ai\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.justcomment.ai\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/localhost:3000\/*",
                "https:\/\/www.justcomment.ai\/*"
            ],
            "resources": [
                "jc.98ee31a0.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "jc.98ee31a0.css"
            ]
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "resources": [
                "jc.98ee31a0.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "resources": [
                "jc.98ee31a0.css"
            ]
        }
    ]
}