Continue Anywhere Firefox

Examine source code of Continue Anywhere

Por: ALi Add-on
Inspect and view changes in Continue Anywhere source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "متابعة في أي مكان — Continue Anywhere",
  "version": "1.0.8",
  "description": "احفظ مكانك في أي موقع تقريبًا، وحدد عناصر المتابعة واستعدها محليًا بعد إعادة تشغيل Firefox.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "متابعة في أي مكان",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "utils/common.js",
        "storage/storage.js",
        "selector/selector.js",
        "detector/detector.js",
        "video/video.js",
        "ui/overlay.js",
        "content/content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "continue-anywhere@example.invalid",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Mejores alternativas Continue Anywhere

Aquí hay algunas Firefox add-ons que son similares a Continue Anywhere: