Headcanon
Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle
Что такое Headcanon?
Headcanon - это расширение Chrome, разработанное https://headcanon.fans, и его основная функция - "Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle".
Снимки экрана расширения
Скачать файл CRX расширения Headcanon
Скачайте файлы расширений Headcanon в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
With this extension you can download fanfics from Archive Of Our Own (AO3) directly to your Kindle device (or any email address)
Основная информация о расширении
Название | Headcanon |
ID | cepickgijpghkhpjgggdhnhaffodnkib |
Официальный URL | https://chromewebstore.google.com/detail/headcanon/cepickgijpghkhpjgggdhnhaffodnkib |
Описание | Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle |
Размер файла | 101 KB |
Количество установок | 61 |
Текущая Версия | 0.7.0 |
Последнее Обновление | 2023-06-11 |
Дата публикации | 2022-07-10 |
Рейтинг | 4.50/5 Всего 2 оценок |
Разработчик | https://headcanon.fans |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://headcanon.fans |
URL страницы политики конфиденциальности | https://headcanon.fans/privacypolicy |
Поддерживаемые языки | 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 } ] } |