Examine source code of VipIP

Inspect and view changes in VipIP 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": "VipIP Plugin",
  "version": "2.3.5.2resigned1",
  "description": "Лучшее расширение для заработка в Интернете",
  "icons": {
    "16": "img/ico16.png",
    "32": "img/ico32.png",
    "48": "img/ico48.png",
    "128": "img/ico128.png"
  },
  "applications": {
    "gecko": {
      "id": "jid1-HBYdE1sESZe6iA@jetpack"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "libs/jquery.js",
      "libs/bluebird.min.js",
      "Model.js",
      "common.js",
      "HtmlLog.js",
      "SocialList.js",
      "networks/SocialNetwork.js",
      "networks/vk/vk.js",
      "networks/fb/fb.js",
      "networks/tw/tw.js",
      "networks/inst/inst.js",
      "networks/ok/ok.js",
      "networks/yt/yt.js",
      "networks/gp/gp.js",
      "networks/rt/rt.js",
      "SocialList.js",
      "libs/socket.io.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://vk.com/*",
        "https://vk.com/*",
        "https://new.vk.com/*"
      ],
      "js": [
        "libs/jquery.js",
        "networks/vk/vk_content_script.js"
      ]
    },
    {
      "matches": [
        "https://plugin.vipip.ru/auth/facebook.php",
        "https://plugin.vipip.ru/auth/facebook.php/"
      ],
      "js": [
        "libs/jquery.js",
        "networks/fb/fb_login.js"
      ]
    },
    {
      "matches": [
        "https://www.facebook.com/*"
      ],
      "js": [
        "libs/jquery.js",
        "networks/fb/fb_content_script.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://twitter.com/",
        "https://twitter.com/*"
      ],
      "js": [
        "libs/jquery.js",
        "networks/tw/twitter_content_script.js"
      ]
    },
    {
      "matches": [
        "https://*.ok.ru/*",
        "http://*.ok.ru/*"
      ],
      "js": [
        "libs/jquery.js",
        "networks/ok/ok_content_script.js"
      ]
    },
    {
      "matches": [
        "http://www.youtube.com/*",
        "https://www.youtube.com/*"
      ],
      "js": [
        "libs/jquery.js",
        "networks/yt/yt_content_script.js"
      ]
    },
    {
      "matches": [
        "https://plus.google.com/*"
      ],
      "js": [
        "libs/jquery.js",
        "networks/gp/content_script.js"
      ]
    },
    {
      "matches": [
        "https://plugin.vipip.ru/auth/gplus.php",
        "https://plugin.vipip.ru/auth/gplus.php/"
      ],
      "js": [
        "libs/jquery.js",
        "networks/gp/gp_login.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "libs/jquery.js",
        "networks/inst/content_script.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://rutube.ru/*"
      ],
      "js": [
        "libs/jquery.js",
        "networks/rt/content_script.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "http://vk.com/*",
        "https://vk.com/*",
        "https://www.facebook.com/*",
        "https://twitter.com/*",
        "http://www.youtube.com/*",
        "https://www.youtube.com/*",
        "https://*.ok.ru/*",
        "http://*.ok.ru/*",
        "https://plus.google.com/*",
        "https://www.instagram.com/*",
        "https://rutube.ru/*"
      ],
      "js": [
        "log.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "VipIp.ru",
    "default_icon": "img/icon.jpg",
    "default_popup": "popup.html"
  },
  "short_name": "VipIP.ru"
}