RTL (Persian/Farsi): ChatGPT,Claude,Copilot,TheBAi

RTL (Persian/Farsi): ChatGPT,Claude,Copilot,TheBAi

راستچین کردن ابزار های هوش مصنوعی بصورت هوشمند و استفاده از فونت فارسی برای خوانایی بهتر. ChatGPT,Claude,Copilot,freegpt,TheBAi

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RTL (Persian/Farsi): ChatGPT,Claude,Copilot,TheBAi",
  "version": "2.04",
  "short_name": "RTL ChatGPT",
  "background": {
    "service_worker": "background.js"
  },
  "author": "[email protected]",
  "permissions": [
    "storage"
  ],
  "description": "راستچین کردن ابزار های هوش مصنوعی بصورت هوشمند و استفاده از فونت فارسی برای خوانایی بهتر. ChatGPT,Claude,Copilot,freegpt,TheBAi",
  "manifest_version": 3,
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "css": [
        "css/fontiran-iranyekan.css",
        "style.css"
      ],
      "js": [
        "jquery-3.6.4.min.js",
        "extension.js"
      ],
      "matches": [
        "https://chatbot.theb.ai/*",
        "https://beta.theb.ai/*",
        "https://chat.openai.com/*",
        "https://freegpt.one/*",
        "https://chatgpt.com/*",
        "https://freegpt.cc/*",
        "https://copilot.microsoft.com/*",
        "https://bing.com/*",
        "https://www.bing.com/*",
        "https://claude.ai/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "fonts/*"
      ],
      "matches": [
        "https://chatbot.theb.ai/*",
        "https://beta.theb.ai/*",
        "https://chat.openai.com/*",
        "https://freegpt.one/*",
        "https://chatgpt.com/*",
        "https://freegpt.cc/*",
        "https://copilot.microsoft.com/*",
        "https://bing.com/*",
        "https://www.bing.com/*",
        "https://claude.ai/*"
      ]
    }
  ],
  "action": {
    "default_popup": "index.html",
    "default_title": "RTL (Persian/Farsi)"
  }
}