YT re:Watch Firefox

Examine source code of YT re:Watch

Por: Edin User
Inspect and view changes in YT re:Watch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YT re:Watch",
  "version": "4.0.3",
  "description": "YouTube history extension for multiple accounts. Track progress with privacy: visual overlays, account switching, no login required",
  "author": "Edin User",
  "homepage_url": "https://github.com/EdinUser/YouTubeLocalHistory",
  "browser_specific_settings": {
    "gecko": {
      "id": "fallenangelbg@protonmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "indexeddb-storage.js",
      "storage.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "storage.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon48.png"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "YouTube History"
  },
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "default_locale": "en"
}

Mejores alternativas YT re:Watch

Aquí hay algunas Firefox add-ons que son similares a YT re:Watch: