True Self Firefox

Examine source code of True Self

제작자: Tayne Femple
Inspect and view changes in True Self source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "True Self",
  "version": "1.0",
  "description": "Select a new name to display on web pages and become your True Self",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_scripts/contentScript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "images/flagSmall.png",
    "48": "images/flagMedium.png",
    "128": "images/flagLarge.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "128": "images/flagLarge.png"
    },
    "default_popup": "popup/trueSelfFirefox.html",
    "default_title": "trueSelf"
  }
}

최고의 True Self 대안

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