Super Reader FanFiction.net
Makes FanFiction.net a lot more convenient to read
ما هو Super Reader FanFiction.net؟
Super Reader FanFiction.net هو إضافة Chrome تم تطويرها بواسطة Marcus Parsons، والميزة الرئيسية لها هي "Makes FanFiction.net a lot more convenient to read".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Super Reader FanFiction.net
قم بتنزيل ملفات الامتداد Super Reader FanFiction.net بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
**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! معلومات أساسية عن التمديد
| الاسم | |
| ID | emjnnidoomafmoahfadlekdndkjkdnoi |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/super-reader-fanfictionne/emjnnidoomafmoahfadlekdndkjkdnoi |
| الوصف | Makes FanFiction.net a lot more convenient to read |
| حجم الملف | 777 KB |
| عدد التثبيتات | 212 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2018-11-22 |
| تاريخ النشر | 2018-11-21 |
| تقييم | 3.00/5 مجموع تقييمات 1 |
| المطور | Marcus Parsons |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | 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"
]
}
]
} | |