Omniteca — Save & Categorize Anything Firefox

Examine source code of Omniteca — Save & Categorize Anything

提供元: Jacopo Panozzo Add-on
Inspect and view changes in Omniteca — Save & Categorize Anything source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.1.0",
  "action": {
    "default_title": "Open Omniteca",
    "default_popup": "src/popup/index.html"
  },
  "background": {
    "scripts": [
      "service-worker-loader.js"
    ],
    "type": "module"
  },
  "permissions": [
    "storage",
    "cookies",
    "contextMenus",
    "activeTab",
    "scripting"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox@omniteca.app",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "websiteContent"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/youtube.ts-loader-C8kvoVia.js"
      ],
      "matches": [
        "https://*.youtube.com/*",
        "https://youtu.be/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "assets/tiktok.ts-loader-BLlsyQue.js"
      ],
      "matches": [
        "https://*.tiktok.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "assets/instagram.ts-loader-BxqONvYf.js"
      ],
      "matches": [
        "https://*.instagram.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "assets/facebook.ts-loader-BwZe2Htf.js"
      ],
      "matches": [
        "https://*.facebook.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "assets/x.ts-loader-y384nDKt.js"
      ],
      "matches": [
        "https://x.com/*",
        "https://twitter.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "assets/maps.ts-loader-SlEkXKwu.js"
      ],
      "matches": [
        "https://*.google.com/maps/*",
        "https://*.google.co.uk/maps/*",
        "https://*.google.de/maps/*",
        "https://*.google.fr/maps/*",
        "https://*.google.it/maps/*",
        "https://*.google.es/maps/*",
        "https://*.google.at/maps/*",
        "https://*.google.ch/maps/*",
        "https://*.google.nl/maps/*",
        "https://*.google.be/maps/*",
        "https://*.google.pl/maps/*",
        "https://*.google.pt/maps/*",
        "https://*.google.se/maps/*",
        "https://*.google.dk/maps/*",
        "https://*.google.no/maps/*",
        "https://*.google.fi/maps/*",
        "https://*.google.gr/maps/*",
        "https://*.google.com.au/maps/*",
        "https://*.google.co.nz/maps/*",
        "https://*.google.ca/maps/*",
        "https://*.google.com.br/maps/*",
        "https://*.google.com.mx/maps/*",
        "https://*.google.co.jp/maps/*",
        "https://*.google.co.in/maps/*",
        "https://*.google.com.sg/maps/*",
        "https://*.google.com.hk/maps/*",
        "https://*.google.co.kr/maps/*",
        "https://maps.google.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "assets/generic.ts-loader-Y-yVzmgK.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "https://*.youtube.com/*",
        "https://youtu.be/*",
        "https://*.tiktok.com/*",
        "https://*.instagram.com/*",
        "https://*.facebook.com/*",
        "https://x.com/*",
        "https://twitter.com/*",
        "https://*.google.com/maps/*",
        "https://*.google.co.uk/maps/*",
        "https://*.google.de/maps/*",
        "https://*.google.fr/maps/*",
        "https://*.google.it/maps/*",
        "https://*.google.es/maps/*",
        "https://*.google.at/maps/*",
        "https://*.google.ch/maps/*",
        "https://*.google.nl/maps/*",
        "https://*.google.be/maps/*",
        "https://*.google.pl/maps/*",
        "https://*.google.pt/maps/*",
        "https://*.google.se/maps/*",
        "https://*.google.dk/maps/*",
        "https://*.google.no/maps/*",
        "https://*.google.fi/maps/*",
        "https://*.google.gr/maps/*",
        "https://*.google.com.au/maps/*",
        "https://*.google.co.nz/maps/*",
        "https://*.google.ca/maps/*",
        "https://*.google.com.br/maps/*",
        "https://*.google.com.mx/maps/*",
        "https://*.google.co.jp/maps/*",
        "https://*.google.co.in/maps/*",
        "https://*.google.com.sg/maps/*",
        "https://*.google.com.hk/maps/*",
        "https://*.google.co.kr/maps/*",
        "https://maps.google.com/*",
        "https://maps.apple.com/*",
        "https://maps.app.goo.gl/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "commands": {
    "save-current-page": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S"
      },
      "description": "Save this page"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.youtube.com/*",
        "https://youtu.be/*"
      ],
      "resources": [
        "assets/_shared-Dp2ORqZc.js",
        "assets/_shared-Dp2ORqZc.js.map",
        "assets/browser-Covq2SbJ.js",
        "assets/browser-Covq2SbJ.js.map",
        "assets/youtube.ts-DQjI5nD5.js",
        "assets/youtube.ts-DQjI5nD5.js.map"
      ]
    },
    {
      "matches": [
        "https://*.tiktok.com/*"
      ],
      "resources": [
        "assets/_shared-Dp2ORqZc.js",
        "assets/_shared-Dp2ORqZc.js.map",
        "assets/browser-Covq2SbJ.js",
        "assets/browser-Covq2SbJ.js.map",
        "assets/tiktok.ts-Dq1OZDUr.js",
        "assets/tiktok.ts-Dq1OZDUr.js.map"
      ]
    },
    {
      "matches": [
        "https://*.instagram.com/*"
      ],
      "resources": [
        "assets/_shared-Dp2ORqZc.js",
        "assets/_shared-Dp2ORqZc.js.map",
        "assets/browser-Covq2SbJ.js",
        "assets/browser-Covq2SbJ.js.map",
        "assets/instagram.ts-ws8IKaEA.js",
        "assets/instagram.ts-ws8IKaEA.js.map"
      ]
    },
    {
      "matches": [
        "https://*.facebook.com/*"
      ],
      "resources": [
        "assets/_shared-Dp2ORqZc.js",
        "assets/_shared-Dp2ORqZc.js.map",
        "assets/browser-Covq2SbJ.js",
        "assets/browser-Covq2SbJ.js.map",
        "assets/facebook.ts-k6Jgcuv3.js",
        "assets/facebook.ts-k6Jgcuv3.js.map"
      ]
    },
    {
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*"
      ],
      "resources": [
        "assets/_shared-Dp2ORqZc.js",
        "assets/_shared-Dp2ORqZc.js.map",
        "assets/browser-Covq2SbJ.js",
        "assets/browser-Covq2SbJ.js.map",
        "assets/x.ts-6C_C3X1-.js",
        "assets/x.ts-6C_C3X1-.js.map"
      ]
    },
    {
      "matches": [
        "https://*.google.at/*",
        "https://*.google.be/*",
        "https://*.google.ca/*",
        "https://*.google.ch/*",
        "https://*.google.co.in/*",
        "https://*.google.co.jp/*",
        "https://*.google.co.kr/*",
        "https://*.google.co.nz/*",
        "https://*.google.co.uk/*",
        "https://*.google.com.au/*",
        "https://*.google.com.br/*",
        "https://*.google.com.hk/*",
        "https://*.google.com.mx/*",
        "https://*.google.com.sg/*",
        "https://*.google.com/*",
        "https://*.google.de/*",
        "https://*.google.dk/*",
        "https://*.google.es/*",
        "https://*.google.fi/*",
        "https://*.google.fr/*",
        "https://*.google.gr/*",
        "https://*.google.it/*",
        "https://*.google.nl/*",
        "https://*.google.no/*",
        "https://*.google.pl/*",
        "https://*.google.pt/*",
        "https://*.google.se/*",
        "https://maps.google.com/*"
      ],
      "resources": [
        "assets/_shared-Dp2ORqZc.js",
        "assets/_shared-Dp2ORqZc.js.map",
        "assets/browser-Covq2SbJ.js",
        "assets/browser-Covq2SbJ.js.map",
        "assets/maps.ts-DAaFpKQd.js",
        "assets/maps.ts-DAaFpKQd.js.map"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/_shared-Dp2ORqZc.js",
        "assets/_shared-Dp2ORqZc.js.map",
        "assets/browser-Covq2SbJ.js",
        "assets/browser-Covq2SbJ.js.map",
        "assets/generic.ts-BPXWV3Qf.js",
        "assets/generic.ts-BPXWV3Qf.js.map"
      ]
    }
  ]
}

ベストのOmniteca — Save & Categorize Anything代替案

Omniteca — Save & Categorize Anythingに類似したFirefox add-onをいくつか紹介します: