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 |
| Eメール | [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\/*"
]
}
]
} | |