Examine source code of EasyPosting

Inspect and view changes in EasyPosting 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
{
  "author": "sergeyglobov",
  "background": {
    "persistent": true,
    "scripts": [
      "background.min.js",
      "js/moment.js",
      "js/moment-timezone-with-data.js",
      "js/offsets.js",
      "js/resolve.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon16.png",
    "default_popup": "popup.html",
    "default_title": "Account profiles"
  },
  "web_accessible_resources": [
    "js/*"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/seedrandom.min.js",
        "content.min.js",
        "js/update-content.js"
      ],
      "matches": [
        "*://avito.ru/*",
        "*://*.avito.ru/*",
        "*://avito.st/*",
        "*://*.avito.st/*",
        "*://whatleaks.com/*",
        "*://*.whatleaks.com/*",
        "*://browserleaks.com/*",
        "*://*.browserleaks.com/*",
        "*://whoer.net/*",
        "*://*.whoer.net/*",
        "*://2ip.ru/*",
        "*://*.2ip.ru/*",
        "*://f.vision/*",
        "*://*.f.vision/*",
        "*://mail.ru/*",
        "*://*.mail.ru/*",
        "*://yandex.ru/*",
        "*://*.yandex.ru/*",
        "*://rambler.ru/*",
        "*://*.rambler.ru/*",
        "*://browserspy.dk/*",
        "*://*.browserspy.dk/*",
        "*://easy-posting.ru/*",
        "*://auto.ru/*",
        "*://*.auto.ru/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "js/inject.js"
      ],
      "match_about_blank": true,
      "matches": [
        "*://avito.ru/*",
        "*://*.avito.ru/*",
        "*://avito.st/*",
        "*://*.avito.st/*",
        "*://whatleaks.com/*",
        "*://*.whatleaks.com/*",
        "*://browserleaks.com/*",
        "*://*.browserleaks.com/*",
        "*://whoer.net/*",
        "*://*.whoer.net/*",
        "*://2ip.ru/*",
        "*://*.2ip.ru/*",
        "*://f.vision/*",
        "*://*.f.vision/*",
        "*://mail.ru/*",
        "*://*.mail.ru/*",
        "*://yandex.ru/*",
        "*://*.yandex.ru/*",
        "*://rambler.ru/*",
        "*://*.rambler.ru/*",
        "*://browserspy.dk/*",
        "*://*.browserspy.dk/*",
        "*://easy-posting.ru/*",
        "*://auto.ru/*",
        "*://*.auto.ru/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://maps.googleapis.com https://ajax.googleapis.com https://maps.gstatic.com https://mts0.googleapis.com https://mts1.googleapis.com; object-src 'self'",
  "default_locale": "en",
  "description": "EasyPosting",
  "homepage_url": "http://easy-posting.ru",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon48.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "EasyPosting",
  "options_page": "options.html",
  "permissions": [
    "cookies",
    "*://avito.ru/*",
    "*://*.avito.ru/*",
    "*://avito.st/*",
    "*://*.avito.st/*",
    "*://whatleaks.com/*",
    "*://*.whatleaks.com/*",
    "*://browserleaks.com/*",
    "*://*.browserleaks.com/*",
    "*://whoer.net/*",
    "*://*.whoer.net/*",
    "*://2ip.ru/*",
    "*://*.2ip.ru/*",
    "*://f.vision/*",
    "*://*.f.vision/*",
    "*://mail.ru/*",
    "*://*.mail.ru/*",
    "*://yandex.ru/*",
    "*://*.yandex.ru/*",
    "*://rambler.ru/*",
    "*://*.rambler.ru/*",
    "*://browserspy.dk/*",
    "*://*.browserspy.dk/*",
    "*://easy-posting.ru/*",
    "*://auto.ru/*",
    "*://*.auto.ru/*",
    "webRequestBlocking",
    "storage",
    "notifications",
    "proxy",
    "privacy",
    "webRequest",
    "tabs",
    "geolocation",
    "webNavigation",
    "contextMenus"
  ],
  "short_name": "__MSG_appName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.2.36"
}