Kodular Block Finder Firefox

Examine source code of Kodular Block Finder

Inspect and view changes in Kodular Block Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Kodular Block Finder",
  "version": "2.2",
  "description": "Pencari block Kodular super cepat dengan fitur Pro",
  "browser_specific_settings": {
    "gecko": {
      "id": "kbf-ultimate@alfia.akhmad",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "*://creator.kodular.io/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "commands": {
    "toggle-finder": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      },
      "description": "Toggle Block Finder"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://creator.kodular.io/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.css",
        "inject.js",
        "icon.png"
      ],
      "matches": [
        "*://creator.kodular.io/*"
      ]
    }
  ]
}

Best Kodular Block Finder Alternatives

Here are some Firefox add-ons that are similar to Kodular Block Finder: