Imgur-Uploader Firefox

Examine source code of Imgur-Uploader

Inspect and view changes in Imgur-Uploader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Imgur-Uploader",
  "version": "1.6.0",
  "author": "oberonfrog",
  "homepage_url": "https://github.com/st900278/Imgur-Uploader-Firefox",
  "description": "Image Upload addon for firefox",
  "icons": {
    "48": "icons/favicon.png"
  },
  "permissions": [
    "storage",
    "clipboardWrite",
    "menus",
    "activeTab",
    "notifications",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "./build/js/background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "./build/js/content.bundle.js"
      ]
    },
    {
      "matches": [
        "*://imgur.com/*"
      ],
      "js": [
        "./build/js/token.bundle.js"
      ]
    }
  ],
  "options_ui": {
    "page": "templates/settings/options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_popup": "templates/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f45e3e06-65ee-4000-b941-cf2968eaa19a}"
    }
  }
}

최고의 Imgur-Uploader 대안

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