npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-nvk-browser

v1.1.5

Published

n8n nodes for managing Chrome browser profiles and page interactions with Puppeteer automation

Readme

NVK Browser - n8n Nodes Package

NVK Browser is a powerful custom node package for n8n designed to manage Chrome browser profiles and automate web interactions using Puppeteer.

Search for "nvk-browser" in your n8n nodes panel to find all available actions.


⚠️ Important Requirements

Before installation, please ensure your environment meets the following criteria:

  • Operating System: This package is designed to run exclusively on Windows.
  • Environment: You must have Node.js (v18+) installed on your machine.
  • n8n Installation: This package is compatible only with n8n instances installed via npm. (It will not work with Docker or Desktop App versions without manual path adjustments).

🚀 Getting Started (Mandatory Step)

To use this package, the first thing you must do is execute the "Download browser" node.

  • This node will download and set up the specific Chrome binaries required for the automation to function.
  • Without this step, other nodes will not be able to launch the browser.

✨ Key Features

🛡️ Advanced Profile Management

  • Persistent Sessions: Create browser profiles that save all login information, cookies, and cache. Once you log in to a website, you stay logged in for future sessions without needing to re-authenticate.
  • Proxy & Extensions: Each profile can be configured with its own unique proxy and specific Chrome extensions.
  • Anti-Detection: Engineered to bypass Cloudflare protection and Captcha by mimicking real user behavior and utilizing authentic browser fingerprints.

🤖 Intelligent Automation & Recording

  • Move and Click: Supports Puppeteer Locator.race() and JavaScript. You can automate complex interactions like clicking and filling forms.
  • Recorder Integration: You can use the Chrome DevTools Recorder (or Playwright Recorder) to capture your actions. Simply export the code as Puppeteer, and paste it directly into the "Move and click" node to run it immediately.
  • JavaScript & Puppeteer API: Run custom scripts directly in the browser context or use the full Puppeteer API for advanced control.
  • Bypass Cloudflare via HTTP: Use the "Make HTTP request" node to perform requests using the browser's active cookies and headers, allowing you to fetch data from protected sites easily.

📸 Automation Workflow

Easily export recorded code from Chrome and run it in n8n:

Puppeteer Recorder Export Image: Exporting Puppeteer code from Chrome DevTools for the Move and Click node.


🛠️ Actions Included (10)

Profile Management Actions

  • Create a profile: Create a new browser identity with proxies and extensions.
  • Delete a profile: Remove profiles and their local data.
  • Start a profile: Launch Chrome with a specific profile (Visible or Headless).
  • Stop a profile: Close a running browser instance to save resources.
  • Update a profile: Edit settings for existing profiles.
  • Download browser: (Required) Initial setup of the browser environment.

Page Interaction Actions

  • Move and click: Core automation node (Supports Recorder code).
  • Run JavaScript: Execute code in browser tabs.
  • Get network response: Capture background API responses or network data.
  • Make HTTP request: Perform authenticated requests using profile cookies.

📥 Installation

  1. Navigate to your n8n custom nodes directory and install dependencies:
npm install