AO3 Disco
Discover fanfiction you'll love on Archive Of Our Own.
什么是AO3 Disco?
AO3 Disco是由https://ao3-disco.app开发的Chrome扩展程序,该扩展的主要功能是“Discover fanfiction you'll love on Archive Of Our Own.”。
扩展截图
下载AO3 Disco扩展crx文件
下载AO3 Disco扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The AO3 Discovery Engine provides recommendations for fanfiction on Archive Of Our Own. Whenever you finish a work on AO3, scroll to the bottom of the page and find our top three picks for what you should read next; or, click the "Discover More" button to get additional recommendations, apply search filters, and more! 扩展基本信息
| 名称 | |
| ID | mnjgnelkpnjdcdnljbepmpnljdglgneb |
| 官方URL | https://chromewebstore.google.com/detail/ao3-disco/mnjgnelkpnjdcdnljbepmpnljdglgneb |
| 简介 | Discover fanfiction you'll love on Archive Of Our Own. |
| 文件大小 | 655 KB |
| 安装次数 | 73 |
| 当前版本 | 0.4 |
| 更新时间 | 2023-08-02 |
| 上架时间 | 2023-07-27 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | https://ao3-disco.app |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://ao3-disco.app/preview |
| 帮助页面URL | https://ao3-disco.app/feedback |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "AO3 Disco",
"description": "Discover fanfiction you'll love on Archive Of Our Own.",
"version": "0.4",
"icons": {
"128": "images\/chrome.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "images\/chrome.png"
}
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"js": [
"content.js"
],
"css": [
"content.css"
],
"matches": [
"https:\/\/archiveofourown.org\/works\/*"
]
}
]
} | |