Date Picker Disable Firefox

Examine source code of Date Picker Disable

제작자: Naresh Patel Add-on
Inspect and view changes in Date Picker Disable source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Disable Date Picker",
  "version": "1.0",
  "description": "Removes HTML date picker from all websites.",
  "permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "disable-datepicker@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

최고의 Date Picker Disable 대안

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