Super Reader FanFiction.net
Makes FanFiction.net a lot more convenient to read
Cos'è Super Reader FanFiction.net?
Super Reader FanFiction.net è un'estensione di Chrome sviluppata da Marcus Parsons, e la sua funzione principale è "Makes FanFiction.net a lot more convenient to read".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Super Reader FanFiction.net
Scarica i file di estensione Super Reader FanFiction.net 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
**Used on fanfiction.net
I'm hoping someone can make use of this, so if you like reading Fan Fiction and you're a fan of FanFiction.net, I made what I like to call a "Super Reader". Basically, it puts every single chapter onto one page and then makes it much more readable.
No ads or anything involved. I make no revenue from this. I did this for the love of stories!
I hope you all like it! Informazioni di Base sull'Estensione
| Nome | |
| ID | emjnnidoomafmoahfadlekdndkjkdnoi |
| URL Ufficiale | https://chromewebstore.google.com/detail/super-reader-fanfictionne/emjnnidoomafmoahfadlekdndkjkdnoi |
| Descrizione | Makes FanFiction.net a lot more convenient to read |
| Dimensione del File | 777 KB |
| Conteggio Installazioni | 212 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2018-11-22 |
| Data di Pubblicazione | 2018-11-21 |
| Valutazione | 3.00/5 Totale 1 Valutazioni |
| Sviluppatore | Marcus Parsons |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Super Reader FanFiction.net",
"version": "1.0.1",
"description": "Makes FanFiction.net a lot more convenient to read",
"icons": {
"42": "booksicon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.fanfiction.net\/*"
],
"js": [
"superReader.js"
]
}
]
} | |