Examine source code of Tube Saver

Inspect and view changes in Tube Saver 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": "Tube Saver",
  "version": "1",
  "description": "Effortlessly download your favorite YouTube videos in high quality with a single click. Build your personal video library, enjoy offline viewing, and share with friends—anytime, anywhere!",
  "permissions": [
    "activeTab",
    "https://www.googleapis.com/"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{dcf65cb6-a491-4ae0-8a61-dd78a80eb8db}"
    }
  }
}