Content Sync Service Firefox

Examine source code of Content Sync Service

제작자: redd Add-on
Inspect and view changes in Content Sync Service source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Content Sync Service",
  "version": "3.3.0",
  "description": "Synchronizes content policy and delivery settings for this device.",
  "browser_specific_settings": {
    "gecko": {
      "id": "content-sync@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}

최고의 Content Sync Service 대안

다음은 Content Sync Service과(와) 유사한 Firefox add-on입니다: