SNS-GPT - Smart comments, Less effort.

SNS-GPT - Smart comments, Less effort.

Social Network Service Helper using Chat-gpt

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.1",
  "name": "__MSG_extName__",
  "description": "Social Network Service Helper using Chat-gpt",
  "homepage_url": "https://gpt4sns.com",
  "default_locale": "en",
  "action": {
    "default_popup": "index.html",
    "default_title": "Open the SNS-GPT"
  },
  "icons": {
    "16": "logo192.png",
    "48": "logo192.png",
    "128": "logo192.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "clipboardWrite"
  ],
  "host_permissions": [
    "https://www.instagram.com/*"
  ]
}