Headcanon
Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle
Hvad er Headcanon?
Headcanon er en Chrome-udvidelse udviklet af https://headcanon.fans, og dens hovedfunktion er "Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle".
Udvidelsesskærmbilleder
Download Headcanon-udvidelses-CRX-fil
Download Headcanon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
With this extension you can download fanfics from Archive Of Our Own (AO3) directly to your Kindle device (or any email address)
Grundlæggende oplysninger om udvidelsen
Navn | Headcanon |
ID | cepickgijpghkhpjgggdhnhaffodnkib |
Officiel URL | https://chromewebstore.google.com/detail/headcanon/cepickgijpghkhpjgggdhnhaffodnkib |
Beskrivelse | Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle |
Filstørrelse | 101 KB |
Antal Installationer | 61 |
Nuværende Version | 0.7.0 |
Senest Opdateret | 2023-06-11 |
Udgivelsesdato | 2022-07-10 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | https://headcanon.fans |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://headcanon.fans |
URL til Fortrolighedspolitik Side | https://headcanon.fans/privacypolicy |
Understøttede Sprog | 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 } ] } |