Headcanon
Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle
What is Headcanon?
Headcanon is a Chrome extension developed by https://headcanon.fans, and its main feature is "Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle".
Extension Screenshots
Download Headcanon Extension CRX File
Download Headcanon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
With this extension you can download fanfics from Archive Of Our Own (AO3) directly to your Kindle device (or any email address)
Extension Basic Information
Name | Headcanon |
ID | cepickgijpghkhpjgggdhnhaffodnkib |
Official URL | https://chromewebstore.google.com/detail/headcanon/cepickgijpghkhpjgggdhnhaffodnkib |
Description | Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle |
File Size | 101 KB |
Installation Count | 61 |
Current Version | 0.7.0 |
Last Updated | 2023-06-11 |
Publish Date | 2022-07-10 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://headcanon.fans |
[email protected] | |
Payment Type | free |
Extension Website | https://headcanon.fans |
Privacy Policy Page URL | https://headcanon.fans/privacypolicy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Headcanon", "description": "Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle", "version": "0.7.0", "manifest_version": 3, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "action": { "default_popup": "index.html" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "js": [ "assets\/content-script-loader.ao3.ts.2ea091fa.f47b131f.js" ], "matches": [ "https:\/\/archiveofourown.org\/*" ] }, { "js": [ "assets\/content-script-loader.fanfictionnet.ts.4dbb8b3a.13074992.js" ], "matches": [ "https:\/\/www.fanfiction.net\/*" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/archiveofourown.org\/*" ], "resources": [ "assets\/ao3.ts.2ea091fa.js" ], "use_dynamic_url": true }, { "matches": [ "https:\/\/www.fanfiction.net\/*" ], "resources": [ "assets\/fanfictionnet.ts.4dbb8b3a.js" ], "use_dynamic_url": true } ] } |