Manga-Scout
An extension to check for new manga chapters across multiple webpages.
Manga-Scoutคืออะไร?
Manga-Scout เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Florian Riedel และคุณลักษณะหลักของมันคือ "An extension to check for new manga chapters across multiple webpages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Manga-Scout
ดาวน์โหลดไฟล์ส่วนขยาย Manga-Scout ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you reading manga series that are not on a single page? Your favorite aggregator does not provide notifications? You want to support the translators by reading on their page, but its annoying to track updates across the pages of multiple translation groups? Fret not, Manga-Scout will keep track of all your favorite Mangas across a multitude of Webpages and will notify you, as soon as a new chapter is available. Currently supported: All pages that use the the Madara- or MangaStream-Theme or are built using the Genkan Reader. E.g. asurascans.com, fanfox.net, leviatanscans.com, mangadex.org, reaperscans.com, webtoons.com, zeroscans.com and at least 25 other pages. For a full list visit https://manga.fochlac.com/?pages
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Manga-Scout |
ID | fdmboijadaabmpkdfikffbgpmibholfo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/manga-scout/fdmboijadaabmpkdfikffbgpmibholfo |
คำอธิบาย | An extension to check for new manga chapters across multiple webpages. |
ขนาดไฟล์ | 586 KB |
จำนวนการติดตั้ง | 179 |
เวอร์ชันปัจจุบัน | 1.8.4 |
อัปเดตครั้งล่าสุด | 2022-12-22 |
วันที่เผยแพร่ | 2021-09-15 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Florian Riedel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://manga.fochlac.com |
URL หน้านโยบายความเป็นส่วนตัว | https://manga.fochlac.com?impressum |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Manga-Scout", "version": "1.8.4", "manifest_version": 3, "description": "An extension to check for new manga chapters across multiple webpages.", "icons": { "16": "icons\/manga-16-half.png", "128": "icons\/manga-163-half.png" }, "background": { "service_worker": ".\/sw.js" }, "permissions": [ "alarms", "storage", "activeTab", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-script.js" ] } ], "action": { "default_icon": { "19": "icons\/manga-19-half.png", "38": "icons\/manga-32-half.png" }, "default_title": "No new chapters available.", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "images\/*", "fonts\/*" ], "extension_ids": [ "fdmboijadaabmpkdfikffbgpmibholfo" ] } ] } |