🌐 Browser Extension Guide
Protect your creative work instantly on any website with our browser extension.
🚀 Quick Installation
1. Install Extension
Chrome Web Store: "DAON Creator Protection"
Firefox Add-ons: "DAON Creator Protection"
Edge Add-ons: "DAON Creator Protection"
2. Grant Permissions
- Active tab access - To detect creative content
- Storage permission - To remember your protection settings
- API access - To communicate with DAON blockchain
3. Start Protecting
The shield icon appears automatically when the extension detects protectable content.
🛡️ Supported Platforms
Fanfiction Platforms
- ✅ Archive of Our Own (AO3) - Automatic work detection
- ✅ FanFiction.Net - Story and chapter protection
- ✅ Wattpad - Story protection support
- ✅ Custom platforms - Manual content selection
Blogging Platforms
- ✅ Medium - Article protection
- ✅ Substack - Newsletter and post protection
- ✅ Dev.to - Technical article protection
- ✅ Blogger - Blog post protection
Social Platforms
- ✅ Twitter - Thread protection
- ✅ Reddit - Long-form post protection
- ✅ LinkedIn - Article protection
- ✅ Any website - Manual text selection
🎯 How to Use
Automatic Detection (AO3/FFN)
- Visit your work - Extension automatically detects fanfiction
- See shield icon - Green shield = ready to protect
- Click to protect - One click adds blockchain protection
- Get verification - Receive proof URL immediately
Manual Protection (Any Site)
- Select content - Highlight text you want to protect
- Right-click menu - Choose “Protect with DAON”
- Add metadata - Title, author, description
- Choose license - Liberation License recommended
- Confirm protection - Get blockchain verification
Bulk Protection
- Bulk mode - Enable in extension settings
- Navigate works - Visit multiple works in tabs
- Batch protect - Protect all open tabs at once
- Progress tracking - See protection status
⚙️ Extension Settings
Protection Preferences
Default License: Liberation License v1.0
Auto-protect detected works: ✅
Show protection badges: ✅
Save verification URLs: ✅
Enable bulk mode: □
Platform Settings
AO3 Integration:
├── Auto-detect works ✅
├── Protect on publish ✅
├── Include work metadata ✅
└── Show in work header ✅
FFN Integration:
├── Chapter-by-chapter ✅
├── Complete story mode ✅
└── Author note inclusion □
Privacy Settings
Data Storage:
├── Save protection history ✅
├── Remember license preferences ✅
├── Store verification URLs ✅
└── Anonymous mode □
📋 Protection Workflow
For AO3 Writers
- Publish work on AO3 as normal
- Extension detects your published work automatically
- Shield icon appears in browser toolbar (green = ready)
- Click shield to add DAON protection
- Verification appears in work header with link
For General Content
- Create content on any platform
- Select text you want to protect
- Right-click and choose “Protect with DAON”
- Fill metadata (title, author, etc.)
- Choose license and confirm protection
Bulk Protection Flow
- Enable bulk mode in extension settings
- Open multiple tabs with works to protect
- Click bulk protect in extension popup
- Monitor progress as each tab gets protected
- Download report with all verification URLs
🔧 Technical Details
Content Detection
// Automatic detection for supported platforms
const detectors = {
'archiveofourown.org': detectAO3Work,
'fanfiction.net': detectFFNStory,
'medium.com': detectMediumArticle,
'wattpad.com': detectWattpadStory
};
// Manual selection for any site
document.addEventListener('selectionchange', detectSelection);
Protection API
// Extension to DAON API communication
const protection = await daon.protect({
content: selectedText,
metadata: {
title: workTitle,
author: authorName,
url: currentURL,
platform: detectPlatform()
},
license: userPreferences.defaultLicense
});
Data Storage
Local Storage:
├── Protection history (URLs + hashes)
├── User preferences
├── License defaults
└── Platform settings
Sync Storage:
├── Cross-browser settings sync
├── Protection badge preferences
└── Bulk mode configurations
🎨 UI Components
Shield Icon States
🛡️ Green: Content detected, ready to protect
🟡 Yellow: Protection in progress
✅ Green check: Successfully protected
❌ Red X: Protection failed
⚪ Gray: No content detected
Protection Modal
<!-- Appears when protecting content -->
<div class="daon-protection-modal">
<h3>🛡️ Protect Your Content</h3>
<input type="text" placeholder="Content title" />
<input type="text" placeholder="Author name" />
<textarea placeholder="Description (optional)"></textarea>
<select name="license">
<option value="liberation_v1">Liberation License v1.0</option>
<option value="cc_by_nc">CC BY-NC</option>
<option value="all_rights">All Rights Reserved</option>
</select>
<button class="protect-btn">🛡️ Protect Now</button>
</div>
Protection Badge
<!-- Automatically inserted into protected content -->
<div class="daon-protection-notice">
🛡️ Protected by DAON |
<a href="verification-url" target="_blank">Verify</a> |
<span class="protection-date">Protected: March 15, 2024</span>
</div>
📊 Success Stories
AO3 Fanfiction Writer
“Protected 847 fanfics in 20 minutes using bulk mode. Now I have blockchain proof I wrote them before any AI company trained on them.”
Medium Writer
“Extension caught someone copying my articles. The verification URLs provided perfect evidence for DMCA takedown.”
Twitter Thread Creator
“Now I protect all my viral threads. When someone stole one for a paid course, I had timestamped proof it was mine.”
🛠️ Installation Guide
Chrome Installation
- Visit Chrome Web Store
- Search “DAON Creator Protection”
- Click “Add to Chrome”
- Grant permissions when prompted
- Look for shield icon in toolbar
Firefox Installation
- Visit Firefox Add-ons
- Search “DAON Creator Protection”
- Click “Add to Firefox”
- Approve permissions
- Extension ready to use
Edge Installation
- Visit Microsoft Edge Add-ons
- Search “DAON Creator Protection”
- Click “Get”
- Allow permissions
- Start protecting content
🔍 FAQ
“Does this work on mobile browsers?”
Not yet. Mobile extensions are planned for 2024. Use the web tool at protect.daon.network for mobile protection.
“Can it detect AI-generated content?”
No, DAON protects human-created content. It doesn’t detect or flag AI content.
“What data does the extension collect?”
Only content you choose to protect and basic metadata. No personal browsing data is collected.
“Does it work offline?”
Protection requires internet connection. The extension can queue protections for when you’re back online.
“Can I protect content I didn’t write?”
Only protect content you own or have permission to protect. Protecting others’ work without permission violates terms of service.
📥 Download & Support
Install today and start protecting your creative work instantly. Every protected work fights exploitation. 🛡️