Smart Cookie Manager Firefox

Examine source code of Smart Cookie Manager

제작자: SV388
Inspect and view changes in Smart Cookie Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart Cookie Manager",
  "version": "1.0.0",
  "description": "Intelligent cookie management with privacy protection, auto-cleaning, and detailed analysis",
  "permissions": [
    "cookies",
    "storage",
    "activeTab",
    "contextMenus",
    "notifications",
    "privacy",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Smart Cookie Manager",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "commands": {
    "clear-cookies": {
      "suggested_key": {
        "default": "Ctrl+Shift+C"
      },
      "description": "Clear cookies for current site"
    },
    "privacy-mode": {
      "suggested_key": {
        "default": "Ctrl+Shift+X"
      },
      "description": "Toggle privacy mode"
    }
  },
  "web_accessible_resources": [
    "cookie-overlay.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{341f63bb-ef94-4bc7-8db9-fb91d231a817}"
    }
  }
}

최고의 Smart Cookie Manager 대안

다음은 Smart Cookie Manager과(와) 유사한 Firefox add-on입니다: