AIPRM for ChatGPT (Unofficial)

AIPRM for ChatGPT (Unofficial)

AIPRM for ChatGPT (Unofficial) adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Unofficial, quick and dirty port to firefox, and is not affiliated with or endorsed by OpenAI or AIPRM in any way. Use at your own risk.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "AIPRM for ChatGPT (Unofficial)",
  "description": "1-Click Prompts for ChatGPT! AIPRM for ChatGPT (Unofficial) adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT. Try today. This is an Unofficial, quick and dirty port to firefox, and is not affiliated with or endorsed by OpenAI or AIPRM in any way. Use at your own risk.",
  "version": "0.1.2.11",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "72": "icons/72.png",
    "80": "icons/80.png",
    "92": "icons/92.png",
    "128": "icons/128.png",
    "256": "icons/256.png",
    "512": "icons/512.png",
    "1024": "icons/1024.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "56.0"
    }
  },
  "service_worker": "background.js",
  "browser_action": {
    "default_title": "Open ChatGPT"
  },
  "permissions": [
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "https://chat.openai.com/*"
  ],
  "host_permissions": [
    "https://chat.openai.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "config.js",
        "inject.js",
        "client.js",
        "utils.js",
        "feedback.js",
        "enums.js",
        "messages.js",
        "fingerprint.js",
        "style.css",
        "AIPRM-quad-300x300-white-transparent.png",
        "rxn.js"
      ],
      "matches": [
        "https://chat.openai.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "css": [
        "style.css"
      ],
      "matches": [
        "https://chat.openai.com/*"
      ]
    }
  ]
}