Examine source code of Comss.pics загрузить изображение

Inspect and view changes in Comss.pics загрузить изображение 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
{
  "applications": {
    "gecko": {
      "id": "info@comss.ru"
    }
  },
  "manifest_version": 2,
  "name": "Comss.pics загрузка изображений",
  "homepage_url": "https://comss.pics/",
  "short_name": "Comss.pics загрузка изображений",
  "description": "Загрузка изображений на бесплатный хостинг картинок Comss.pics.",
  "version": "1.1",
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "pages/popup.html"
  },
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "tabs",
    "notifications",
    "storage"
  ],
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/upload.js",
      "js/background.js"
    ]
  },
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "css/content.css",
        "css/jquery-ui.css"
      ],
      "js": [
        "js/jquery.js",
        "js/jquery-ui.js",
        "js/content.js",
        "js/area.js"
      ]
    }
  ]
}