Headcanon
Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle
Wat is Headcanon?
Headcanon is een Chrome-extensie ontwikkeld door https://headcanon.fans, en de belangrijkste functie is "Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle".
Extensie Screenshots
Download het CRX-bestand van de extensie Headcanon
Download Headcanon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
With this extension you can download fanfics from Archive Of Our Own (AO3) directly to your Kindle device (or any email address)
Basisinformatie over de Extensie
Naam | Headcanon |
ID | cepickgijpghkhpjgggdhnhaffodnkib |
Officiële URL | https://chromewebstore.google.com/detail/headcanon/cepickgijpghkhpjgggdhnhaffodnkib |
Beschrijving | Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle |
Bestandsgrootte | 101 KB |
Aantal Installaties | 61 |
Huidige Versie | 0.7.0 |
Laatst Bijgewerkt | 2023-06-11 |
Publicatiedatum | 2022-07-10 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://headcanon.fans |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://headcanon.fans |
URL van de Privacybeleid Pagina | https://headcanon.fans/privacypolicy |
Ondersteunde Talen | 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 } ] } |