Infinite Content Machine Firefox

Examine source code of Infinite Content Machine

제작자: Victor Mignone
Inspect and view changes in Infinite Content Machine source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Infinite Content Machine",
  "short_name": "Infinite.exe",
  "version": "1.0.1",
  "description": "Send page selections to your GPT Agent to generate briefs, outlines, rewrites, and strategy — directly from the browser.",
  "action": {
    "default_title": "Infinite.exe",
    "default_popup": "popup.html",
    "default_icon": "icons/icon32.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "activeTab",
    "storage",
    "menus",
    "scripting",
    "clipboardWrite"
  ],
  "host_permissions": [
    "https://infinite-proxy-mocha.vercel.app/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "sidebar_action": {
    "default_title": "Infinite.exe",
    "default_panel": "sidepanel.html",
    "open_at_install": false
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "commands": {
    "run-primary-recipe": {
      "suggested_key": {
        "default": "Alt+G"
      },
      "description": "Run primary recipe on selection"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; base-uri 'self';"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "hello@infinitecontentmachine.io",
      "strict_min_version": "109.0"
    }
  }
}

최고의 Infinite Content Machine 대안

다음은 Infinite Content Machine과(와) 유사한 Firefox add-on입니다: