chrome-cookie-extractor
Version:
Extract and decrypt Chrome cookies with curl integration - includes auth-curl command for authenticated requests
8 lines • 323 B
TypeScript
import { ChromeProfile } from './types';
export declare class ProfileDetector {
private static readonly PROFILE_NAMES;
static detectChromeProfiles(): ChromeProfile[];
static detectBraveProfiles(): ChromeProfile[];
static detectAllProfiles(): ChromeProfile[];
}
//# sourceMappingURL=profile-detector.d.ts.map