Examine source code of 🚀 Free YouTube: Обходите Блокировки

Inspect and view changes in 🚀 Free YouTube: Обходите Блокировки source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Free YouTube",
  "version": "1.0.0",
  "permissions": [
    "proxy",
    "storage",
    "*://*/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/img.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{ab9b3872-e792-457a-a14d-57b754d3a3f3}"
    }
  },
  "icons": {
    "16": "icons/img.png",
    "48": "icons/img.png",
    "128": "icons/img.png",
    "256": "icons/img.png",
    "512": "icons/img.png"
  }
}