YouOrg Firefox

Examine source code of YouOrg

Inspect and view changes in YouOrg source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "author": "Douglas Vinicius",
  "name": "YouOrg",
  "description": "A simple and lightweight Youtube channel grouping tool.",
  "version": "0.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "youorg@douglas.vinis"
    }
  },
  "permissions": [
    "*://*.youtube.com/*",
    "tabs",
    "storage"
  ],
  "web_accessible_resources": [
    "data/gear.svg",
    "data/group_add.svg",
    "data/close.svg"
  ],
  "icons": {
    "48": "data/youorg_logo.svg",
    "96": "data/youorg_logo.svg"
  },
  "browser_action": {
    "default_title": "Open a YouOrg tab"
  },
  "background": {
    "scripts": [
      "src/youorg.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "src/youtube_mod.js"
      ]
    }
  ]
}

Melhores alternativas YouOrg

Aqui estão algumas Firefox add-ons que são similares a YouOrg: