Headcanon
Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle
Co je Headcanon?
Headcanon je rozšíření Chrome vyvinuté https://headcanon.fans, a jeho hlavní funkcí je „Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Headcanon
Stáhněte si soubory rozšíření Headcanon ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
With this extension you can download fanfics from Archive Of Our Own (AO3) directly to your Kindle device (or any email address)
Základní Informace o Rozšíření
Název | Headcanon |
ID | cepickgijpghkhpjgggdhnhaffodnkib |
Oficiální URL | https://chromewebstore.google.com/detail/headcanon/cepickgijpghkhpjgggdhnhaffodnkib |
Popis | Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle |
Velikost souboru | 101 KB |
Počet instalací | 61 |
Aktuální Verze | 0.7.0 |
Poslední Aktualizace | 2023-06-11 |
Datum Vydání | 2022-07-10 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | https://headcanon.fans |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://headcanon.fans |
URL Stránky Zásad Ochrany Soukromí | https://headcanon.fans/privacypolicy |
Podporované Jazyky | 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 } ] } |