Page Assist - A Web UI for Local AI Models Firefox

Examine source code of Page Assist - A Web UI for Local AI Models

Inspect and view changes in Page Assist - A Web UI for Local AI Models source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Assist - A Web UI for Local AI Models",
  "description": "__MSG_extDescription__",
  "version": "1.5.70",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "64": "icon/64.png",
    "128": "icon/128.png"
  },
  "default_locale": "en",
  "author": "n4ze3m",
  "browser_specific_settings": {
    "gecko": {
      "id": "page-assist@nazeem"
    }
  },
  "commands": {
    "_execute_action": {
      "description": "Open the Web UI",
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      }
    },
    "execute_side_panel": {
      "description": "Open the side panel",
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      }
    }
  },
  "content_security_policy": "script-src 'self' 'wasm-unsafe-eval' blob:; object-src 'self'; worker-src 'self' blob:;",
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "unlimitedStorage",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "notifications",
    "http://*/*",
    "https://*/*",
    "file://*/*"
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "browser_style": false,
    "default_icon": "/icon.png",
    "default_title": "Page Assist - A Web UI for Local AI Models",
    "open_at_install": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://huggingface.co/*"
      ],
      "all_frames": true,
      "js": [
        "content-scripts/hf-pull.js"
      ]
    },
    {
      "matches": [
        "*://ollama.com/*"
      ],
      "all_frames": true,
      "js": [
        "content-scripts/ollama-pull.js"
      ]
    },
    {
      "matches": [
        "*://www.youtube.com/watch*"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/youtube-summarize.js"
      ]
    }
  ],
  "browser_action": {}
}

Best Page Assist - A Web UI for Local AI Models Alternatives

Here are some Firefox add-ons that are similar to Page Assist - A Web UI for Local AI Models: