AO3 history
Highlights which fics you've read
Cos'è AO3 history?
AO3 history è un'estensione di Chrome sviluppata da derenrich, e la sua funzione principale è "Highlights which fics you've read".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AO3 history
Scarica i file di estensione AO3 history in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | adjnallnjkdcilcplkdnklikdnmbfjie |
URL Ufficiale | https://chrome.google.com/webstore/detail/ao3-history/adjnallnjkdcilcplkdnklikdnmbfjie |
Descrizione | Highlights which fics you've read |
Dimensione del File | 3.77 KB |
Conteggio Installazioni | 134 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2019-02-12 |
Data di Pubblicazione | 2019-02-12 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | derenrich |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } }, "manifest_version": 2, "name": "AO3 history", "version": "0.2", "description": "Highlights which fics you've read", "content_scripts": [ { "matches": [ "*:\/\/*.archiveofourown.org\/*" ], "js": [ "history.js" ] } ], "permissions": [ "unlimitedStorage", "*:\/\/*.archiveofourown.org\/*", "storage" ] } |