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 |
| 官方網址 | 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\/*"
]
}
]
} | |