The Registration Date feature allows you to look up when any VK user account was created. This is particularly useful for identifying newly created bot accounts or verifying account age.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/botnadzor/extension/llms.txt
Use this file to discover all available pages before exploring further.
Why Registration Date Matters
Account registration date is a key indicator for detecting bots and fake accounts:- New accounts - Recently created accounts with high activity may be bots
- Age verification - Older accounts are generally more trustworthy
- Pattern detection - Multiple accounts created on the same date may indicate bot networks
- Context for analysis - Registration date helps interpret account behavior
How to Check Registration Date
Click the calendar icon in the action bar next to any VK user account to fetch their registration date.Registration Date Button
The button shows different states:- Calendar icon - Click to fetch registration date
- Spinning loader - Currently fetching data
- Calendar off icon - Click to hide the displayed date
RegDateService
The Registration Date feature is powered by theRegDateService (src/entrypoints/background/@services/reg-date-service.ts).
How It Works
Validation Steps
- Domain Resolution - Converts VK nickname to numeric ID
- Account Type Check - Ensures it’s a user account (not a community)
- Authentication Check - Verifies valid access code
- Permission Check - Confirms
getRegDatepermission - API Request - Fetches registration date from Botnadzor API
Return Types
The service returns either:bn:ext:invalid-payload- Account not found or is a communitybn:ext:invalid-access-code- Need to configure authenticationbn:ext:missing-permission- Need points or higher permission level
Caching System
The service includes an LRU (Least Recently Used) cache to optimize performance:Cache Features
- Maximum size: 1000 entries
- Deduplication: Prevents duplicate requests for the same account
- Pending state: Uses a symbol to indicate ongoing requests
- Automatic waiting: If a request is in progress, waits for completion instead of duplicating
- Fast lookups for previously checked accounts
- No redundant API calls
- Efficient memory usage
Displaying Registration Date
Once fetched, the registration date is displayed inline near the account:- Small italic text in muted color
- Positioned according to the insertion variant configuration
- Formatted according to locale settings
- Hidden when not fetched
Permission Requirements
To use the Registration Date feature, you need:- Valid authentication - Configured access code in extension settings
- getRegDate permission - Obtained through:
- Having points in your Botnadzor account
- Higher permission levels
Error Notifications
If you lack permissions, you’ll see a notification:- regDateUnauthorized - Set up authentication in extension settings
- regDateMissingPermission - Need more points or higher access level
- regDateUnavailable - Other error occurred
Integration with Other Features
Registration date data is stored in the insertion instance’s inner data:- Registration date to persist while viewing the page
- Other components to access the data
- State management through Immer draft updates
Limitations
- User accounts only - Cannot check registration date for VK communities (groups, pages)
- API rate limits - Subject to Botnadzor API quota
- Permission-gated - Requires active authentication and sufficient permissions
- Cache expiration - Cached dates are cleared when browser restarts
Use Cases
Identifying New Bot Accounts
- Spot suspicious comment or activity
- Check registration date
- If account is very new (days/weeks old) with high activity → likely bot
Verifying Account Legitimacy
- Encounter questionable account
- Check registration date
- Old account (years) → more likely legitimate
- Consider in context with other indicators
Analyzing Bot Networks
- Find multiple suspicious accounts
- Check all registration dates
- Accounts created on same day/week → possible coordinated bot network
- Use as evidence when reporting