CookieSync: syncs cookies to localhost Firefox

Examine source code of CookieSync: syncs cookies to localhost

提供元: Roel Noten
Inspect and view changes in CookieSync: syncs cookies to localhost source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CookieSync: syncs cookie to localhost",
  "version": "1.4",
  "description": "Copies cookies to localhost",
  "homepage_url": "https://github.com/roelnoten/cookiesync",
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "cookies"
  ],
  "browser_action": {
    "default_icon": "icon38.png",
    "default_title": "Copies cookies to localhost",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "CookieSync@roelnoten.github.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

ベストのCookieSync: syncs cookies to localhost代替案

CookieSync: syncs cookies to localhostに類似したFirefox add-onをいくつか紹介します: