Headcanon
Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle
Was ist Headcanon?
Headcanon ist eine Chrome-Erweiterung, die von https://headcanon.fans entwickelt wurde, und ihr Hauptmerkmal ist "Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle".
Erweiterungsscreenshots
Headcanon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Headcanon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
With this extension you can download fanfics from Archive Of Our Own (AO3) directly to your Kindle device (or any email address)
Grundlegende Informationen zur Erweiterung
Name | Headcanon |
ID | cepickgijpghkhpjgggdhnhaffodnkib |
Offizielle URL | https://chromewebstore.google.com/detail/headcanon/cepickgijpghkhpjgggdhnhaffodnkib |
Beschreibung | Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle |
Dateigröße | 101 KB |
Installationsanzahl | 61 |
Aktuelle Version | 0.7.0 |
Letztes Update | 2023-06-11 |
Veröffentlichungsdatum | 2022-07-10 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | https://headcanon.fans |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://headcanon.fans |
URL der Datenschutzrichtlinien-Seite | https://headcanon.fans/privacypolicy |
Unterstützte Sprachen | 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 } ] } |