FB Post Border Firefox

Examine source code of FB Post Border

제작자: GAMark
Inspect and view changes in FB Post Border source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Facebook Post Border",
  "description": "The extension is adding a colored border around certain type of Facebook posts",
  "version": "1.2",
  "manifest_version": 2,
  "browser_action": {
    "default_title": "Facebook Post Border",
    "default_icon": "img/128.png"
  },
  "icons": {
    "16": "img/16.png",
    "24": "img/24.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "js/jquery-3.5.0.min.js",
        "js/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "*://*.facebook.com/*"
  ]
}

최고의 FB Post Border 대안

다음은 FB Post Border과(와) 유사한 Firefox add-on입니다: