Link Shade Sync Firefox

Examine source code of Link Shade Sync

제작자: 逍遥 bookmarks
Inspect and view changes in Link Shade Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Shade Sync",
  "version": "1.0.2",
  "description": "Sync clicked-link shading between Firefox desktop and Firefox for Android.",
  "permissions": [
    "storage",
    "tabs",
    "https://api.github.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_title": "Link Shade Sync",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "link-shade-sync@local.codex",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "browsingActivity",
          "websiteActivity"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

최고의 Link Shade Sync 대안

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