ChatGPT فارسی

ChatGPT فارسی

fix RTL ChatGPT and add farsi font and fix error for shecan | چت جی پی تی فارسی

Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "icons/icon16.png",
    "default_popup": "popup.html",
    "default_title": "ChatGPT فارسی"
  },
  "author": "[email protected]",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "css": [
        "css/mrchatgpt.css"
      ],
      "js": [
        "js/jquery-3.6.4.min.js",
        "js/content.js"
      ],
      "matches": [
        "https://chat.openai.com/*"
      ],
      "web_accessible_resources": [
        {
          "matches": [
            "https://chat.openai.com/*"
          ],
          "resources": [
            "js/*",
            "css/*",
            "images/*",
            "fonts/*"
          ]
        }
      ]
    }
  ],
  "description": "fix RTL ChatGPT and add farsi font and fix error for shecan | چت جی پی تی فارسی",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk/g409tmJ/kL52+6XEoFT5C/fe7apt4FSph3sSejVSRXIflZ7cAKjSaCuBkJ3LvZZSWMVr6xEXVpZZ+dI8B8Xe/nzQT6ScDksJFMXf296QMUaud6kNwJ9Hazd15GAFfMISSridWodBKf8/eqEcS5OTC1pTTDrnUR2XS5of/bMS5aI/BSNpmZeOLS57dDNgLojZRBLay8HotqobRyF+UXS1s/xJ4Iq3jJfB/7LmK/c8IjPGMpKlv938FKoLSsl9d9TU+siM1IHEupSHjZmXA8F3YLXu0HhShAElGr0CohFK1HhpA6tDudELIMN0HCmxfzGa0ZItaAq5EQ0smHx658uQIDAQAB",
  "manifest_version": 3,
  "name": "ChatGPT فارسی",
  "short_name": "ChatGPT فارسی",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1"
}