NpayAuto Firefox

Examine source code of NpayAuto

By: gpdir16 Add-on
Inspect and view changes in NpayAuto source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NpayAuto",
  "version": "1.0.1",
  "description": "클리앙 네이버페이 포인트 게시물에서 자동으로 링크를 열고, 사용자 조작 없이도 적립을 수행합니다.",
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://campaign2.naver.com/*"
      ],
      "js": [
        "scripts/naverpay-content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "NPayAuto",
    "default_icon": {
      "16": "icons/16.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    }
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "npayauto@gpdir16",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best NpayAuto Alternatives

Here are some Firefox add-ons that are similar to NpayAuto: