Link Expander Firefox

Examine source code of Link Expander

제작자: lu
Inspect and view changes in Link Expander source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Expander",
  "version": "1.0",
  "description": "Hiển thị URL đầy đủ khi rê chuột vào các link rút gọn như bit.ly, tinyurl.",
  "permissions": [
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7c902a67-29c4-4f3c-be85-fb534a439753}"
    }
  }
}

최고의 Link Expander 대안

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