![]() |
VOOZH | about |
dotnet add package PuppeteerExtraSharp --version 3.1.1
NuGet\Install-Package PuppeteerExtraSharp -Version 3.1.1
<PackageReference Include="PuppeteerExtraSharp" Version="3.1.1" />
<PackageVersion Include="PuppeteerExtraSharp" Version="3.1.1" />Directory.Packages.props
<PackageReference Include="PuppeteerExtraSharp" />Project file
paket add PuppeteerExtraSharp --version 3.1.1
#r "nuget: PuppeteerExtraSharp, 3.1.1"
#:package PuppeteerExtraSharp@3.1.1
#addin nuget:?package=PuppeteerExtraSharp&version=3.1.1Install as a Cake Addin
#tool nuget:?package=PuppeteerExtraSharp&version=3.1.1Install as a Cake Tool
👁 NuGet Downloads
👁 NuGet Version
PuppeteerExtraSharp is a .NET port of the puppeteer-extra library for Node.js
🪄 Puppeteer captcha solver plugin
📃 Puppeteer block resources plugin
// Initialize plugin builder
var extra = new PuppeteerExtra();
// Enable the Stealth plugin
extra.Use(new StealthPlugin());
// Launch the browser with plugins applied
var browser = await extra.LaunchAsync();
// Create a new page
var page = await browser.NewPageAsync();
await page.GoToAsync("https://google.com");
await Task.Delay(2000);
// Take a screenshot
await page.ScreenshotAsync("extra.png");
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on PuppeteerExtraSharp:
| Package | Downloads |
|---|---|
|
KickLib
C# library for accessing API from Kick.com livestreaming platform. |
|
|
UltimoScraper
WebScraper built in c# and allows for plug and play modifications. |
|
|
ScrapeAAS
Default tooling for the ScrapeAAS library |
|
|
ScrapeAAS.PuppeteerSharp
PuppeteerSharp page loader for the ScrapeAAS library. |
|
|
Exoscan
Declarative high performance web scraper in C#. Easily crawl any web site and parse the data, save structed result to a file, DB, etc. |
Showing the top 6 popular GitHub repositories that depend on PuppeteerExtraSharp:
| Repository | Stars |
|---|---|
|
openbullet/OpenBullet2
OpenBullet reinvented
|
|
|
KoalaBear84/OpenDirectoryDownloader
Indexes open directories
|
|
|
ic3w0lf22/Roblox-Account-Manager
Application that allows you to add multiple accounts into one application allowing you to easily play on alt accounts without having to change accounts
|
|
|
lofcz/LLMTornado
The .NET library to build AI agents with 30+ built-in connectors.
|
|
|
drizzle-mizzle/CharacterAI-Discord-Bot
CharacterAI for your Discord server
|
|
|
Froststrap/Froststrap
A fork of Fishstrap, focused on performance and customization.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.1.1 | 16,538 | 12/14/2025 |
| 3.1.0 | 3,086 | 12/6/2025 |
| 3.0.2 | 6,579 | 11/22/2025 |
| 3.0.1 | 24,283 | 9/2/2025 |
| 3.0.0 | 2,932 | 9/2/2025 |
| 2.0.0 | 214,481 | 3/16/2023 |
| 1.3.2 | 70,377 | 12/19/2021 |
| 1.3.1 | 45,014 | 5/16/2021 |
| 1.3.0 | 3,983 | 4/14/2021 |
| 1.2.1 | 42,253 | 2/22/2021 |
| 1.2.0 | 5,630 | 1/3/2021 |
| 1.1.0 | 15,363 | 10/23/2020 |
| 1.0.3 | 3,862 | 10/9/2020 |
| 1.0.2 | 3,428 | 10/7/2020 |
| 1.0.0 | 3,491 | 9/27/2020 |
- Added the Datadome captcha handler