GPT Israel Assistant - עוזר אישי GPT ישראל

GPT Israel Assistant - עוזר אישי GPT ישראל

תוסף ייחודי שמאפשר לנהל שיחות בצ'אט בחינם, במהירות וללא פרסומות, באתר הקהילה הישראלית של ChatGPT. היעזרו בקיצורי דרך לאתרים המובילים

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GPT Israel Assistant - עוזר אישי GPT ישראל",
  "version": "1.1",
  "description": "תוסף ייחודי שמאפשר לנהל שיחות בצ'אט בחינם, במהירות וללא פרסומות, באתר הקהילה הישראלית של ChatGPT. היעזרו בקיצורי דרך לאתרים המובילים",
  "action": {
    "default_popup": "new_tab.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "chrome_url_overrides": {
    "newtab": "new_tab.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.chat-gpt-israel.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}