Super Reader FanFiction.net
Makes FanFiction.net a lot more convenient to read
Vad är Super Reader FanFiction.net?
Super Reader FanFiction.net är en Chrome-tillägg utvecklad av Marcus Parsons, och dess huvudfunktion är "Makes FanFiction.net a lot more convenient to read".
Tilläggsskärmbilder
Ladda ner Super Reader FanFiction.net-förlängningens CRX-fil
Ladda ner Super Reader FanFiction.net-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
**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! Grundläggande Information om Tillägg
| Namn | |
| ID | emjnnidoomafmoahfadlekdndkjkdnoi |
| Officiell webbadress | https://chromewebstore.google.com/detail/super-reader-fanfictionne/emjnnidoomafmoahfadlekdndkjkdnoi |
| Beskrivning | Makes FanFiction.net a lot more convenient to read |
| Filstorlek | 777 KB |
| Antal Installationer | 212 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2018-11-22 |
| Publiceringsdatum | 2018-11-21 |
| Betyg | 3.00/5 Totalt 1 Betyg |
| Utvecklare | Marcus Parsons |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |