explaingit

lolita-cybe/doubao-dola-watermark-helper

Analysis updated 2026-05-18

58JavaScriptAudience · generalComplexity · 2/5LicenseSetup · easy

TLDR

A Chrome and Edge extension that shows a download panel for images and videos you generate on Doubao and Dola, with multi account login management.

Mindmap

mindmap
  root((doubao-dola-watermark-helper))
    What it does
      Captures generated media
      Floating download panel
      Multi account switching
    Tech stack
      JavaScript
      Chrome Extension
      Manifest V3
    Use cases
      Preview and download media
      Batch download resources
      Switch between accounts
    Audience
      Doubao and Dola users
    Boundaries
      Only your own content
      Local data only
      No server upload

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Preview and download images or videos you generated on Doubao or Dola without leaving the page.

USE CASE 2

Batch download a checked selection or all captured resources at once.

USE CASE 3

Save and switch between multiple Doubao account login states stored only on your computer.

USE CASE 4

Export a local login state backup and import it later or on another machine.

What is it built with?

JavaScriptChrome ExtensionManifest V3

How does it compare?

lolita-cybe/doubao-dola-watermark-helperruanyf/wechat-formatandrewrk/mcserve
Stars585859
LanguageJavaScriptJavaScriptJavaScript
Last pushed2023-10-192013-04-10
MaintenanceDormantDormant
Setup difficultyeasyeasymoderate
Complexity2/52/53/5
Audiencegeneralwriterops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires enabling developer mode and loading the unpacked extension folder in Chrome or Edge.

MIT license: free to use, modify, and distribute, including commercially, as long as you keep the copyright notice.

In plain English

doubao-dola-watermark-helper is a Chrome and Edge browser extension built to work with two Chinese AI generation platforms, Doubao and Dola. When you generate images or videos on those sites, the extension injects a floating panel onto the page that automatically shows the resources it has captured, with previews for both images and videos, and options to copy a link, download one item, download a checked selection, or download everything at once. Rather than editing video frames after the fact, the extension works by watching the responses that the website's own backend sends to the page, and pulling out the original or watermark free resource links directly from that data. The README is explicit that this project is meant only for content the user has created, owns, or has permission to download, and that users are responsible for following the platform's rules and their local laws. Beyond resource capture, the extension includes local multi-account management: it can recognize which Doubao account is currently logged in, detect a new account and offer to save its login state, let a user switch between saved accounts, and search a saved account list by name. Login state backups can be exported to a JSON file and imported later, and the README stresses that this data is equivalent to an account key, so it should stay on the user's own computer and never be shared or uploaded anywhere public. All account data is described as staying local to the browser and never being sent to the developer's own servers. To install it, a user downloads or clones the repository, opens the extensions page in Chrome or Edge, turns on developer mode, and loads the unpacked folder. The extension requests browser permissions for debugging the target tab, reading tabs, downloads, local storage, and cookies, and its access is limited to Doubao, Dola, and a related ByteDance API domain. Toggles let a user turn the whole extension on or off, or disable specific features like the watermark free extraction or a fifteen second video configuration option. The project is released under the MIT license, and its own disclaimer states it is meant for technical research and personal resource management, not for copyright infringement or bypassing platform rules.

Copy-paste prompts

Prompt 1
Walk me through loading doubao-dola-watermark-helper as an unpacked Chrome extension.
Prompt 2
Explain what each browser permission this extension requests is used for.
Prompt 3
Help me export and re-import a login state backup safely using this extension.
Prompt 4
Show me how to turn off the watermark free extraction toggle in this extension's settings.

Frequently asked questions

What is doubao-dola-watermark-helper?

A Chrome and Edge extension that shows a download panel for images and videos you generate on Doubao and Dola, with multi account login management.

What language is doubao-dola-watermark-helper written in?

Mainly JavaScript. The stack also includes JavaScript, Chrome Extension, Manifest V3.

What license does doubao-dola-watermark-helper use?

MIT license: free to use, modify, and distribute, including commercially, as long as you keep the copyright notice.

How hard is doubao-dola-watermark-helper to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is doubao-dola-watermark-helper for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.