AO3 Disco
Discover fanfiction you'll love on Archive Of Our Own.
Was ist AO3 Disco?
AO3 Disco ist eine Chrome-Erweiterung, die von https://ao3-disco.app entwickelt wurde, und ihr Hauptmerkmal ist "Discover fanfiction you'll love on Archive Of Our Own.".
Erweiterungsscreenshots
AO3 Disco-Erweiterungs-CRX-Datei herunterladen
Laden Sie AO3 Disco-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mnjgnelkpnjdcdnljbepmpnljdglgneb |
| Offizielle URL | https://chromewebstore.google.com/detail/ao3-disco/mnjgnelkpnjdcdnljbepmpnljdglgneb |
| Beschreibung | Discover fanfiction you'll love on Archive Of Our Own. |
| Dateigröße | 655 KB |
| Installationsanzahl | 73 |
| Aktuelle Version | 0.4 |
| Letztes Update | 2023-08-02 |
| Veröffentlichungsdatum | 2023-07-27 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | https://ao3-disco.app |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://ao3-disco.app/preview |
| Hilfeseite URL | https://ao3-disco.app/feedback |
| Unterstützte Sprachen | 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\/*"
]
}
]
} | |