Headcanon
Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle
什么是Headcanon?
Headcanon是由https://headcanon.fans开发的Chrome扩展程序,该扩展的主要功能是“Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle”。
扩展截图
下载Headcanon扩展crx文件
下载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) 扩展基本信息
| 名称 | |
| 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
}
]
} | |