EXP Cookies Tool

EXP Cookies Tool

This extension help the user can export the browser cookies to file and import the cookies from file

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EXP Cookies Tool",
  "version": "1.0.5",
  "description": "This extension help the user can export the browser cookies to file and import the cookies from file",
  "permissions": [
    "cookies"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.min.js",
    "type": "module"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "ECT",
    "default_popup": "popup/index.html",
    "default_icon": "icons/icon128.png"
  },
  "manifest_version": 3
}