exportcomments.com

exportcomments.com

Create an easy way to retrieve your session cookies

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "/js/background.js",
      "/js/data.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "img/icon.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "/js/main.js",
        "/js/data.js"
      ],
      "matches": [
        "*://exportcomments.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Create an easy way to retrieve your session cookies",
  "homepage_url": "https://exportcomments.com/",
  "icons": {
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "manifest_version": 2,
  "name": "exportcomments.com",
  "permissions": [
    "notifications",
    "cookies",
    "*://*.exportcomments.com/*",
    "*://*.facebook.com/*",
    "*://github.com/*",
    "*://*.instagram.com/*",
    "*://*.intercom.io/*",
    "*://*.linkedin.com/*",
    "*://*.medium.com/*",
    "*://*.producthunt.com/*",
    "*://*.slack.com/*",
    "*://*.twitter.com/*",
    "*://*.uber.com/*",
    "*://*.youtube.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.2"
}