Neatified Firefox

Examine source code of Neatified

제작자: HoJeong Go
Inspect and view changes in Neatified source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Neatified",
  "author": "Seia-Soto",
  "version": "1.4.3",
  "description": "Allowing you to copy and right-click on websites.",
  "homepage_url": "https://seia.io/",
  "offline_enabled": true,
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "browser_action": {
    "default_title": "Neatified",
    "default_popup": "pages/default_popup.html",
    "default_icon": {
      "16": "images/default_icon/16.png",
      "32": "images/default_icon/32.png",
      "48": "images/default_icon/48.png",
      "128": "images/default_icon/128.png"
    }
  },
  "icons": {
    "16": "images/default_icon/16.png",
    "32": "images/default_icon/32.png",
    "48": "images/default_icon/48.png",
    "128": "images/default_icon/128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "node_modules/webextension-polyfill/dist/browser-polyfill.min.js",
        "scripts/shared_utils.js",
        "scripts/neatified/neatified.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "-ms-preload": {
    "backgroundScript": "scripts/backgroundScriptsAPIBridge.js",
    "contentScript": "scripts/contentScriptsAPIBridge.js"
  }
}

최고의 Neatified 대안

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