AniWatcher
AniWatcher remembers the series, anime and manga on which you stopped, and also reminds you of the release of new episodes.
AniWatcherคืออะไร?
AniWatcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Liiion911 และคุณลักษณะหลักของมันคือ "AniWatcher remembers the series, anime and manga on which you stopped, and also reminds you of the release of new episodes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AniWatcher
ดาวน์โหลดไฟล์ส่วนขยาย AniWatcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
AniWatcher will help you remember the TV series, anime and manga you stopped on, and also notify you when a new series is released. Supported sites: Seasonvar.ru animevost.org online.anidub.com www.anilibria.tv anistar.org other. To add new sites, contact the developer.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AniWatcher |
ID | efobhpdmmcphflcceogcegemhmfdhial |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aniwatcher/efobhpdmmcphflcceogcegemhmfdhial |
คำอธิบาย | AniWatcher remembers the series, anime and manga on which you stopped, and also reminds you of the release of new episodes. |
ขนาดไฟล์ | 68.84 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 0.0.38 |
อัปเดตครั้งล่าสุด | 2023-08-11 |
วันที่เผยแพร่ | 2020-06-14 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Liiion911 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.freeprivacypolicy.com/live/47d963cf-6069-47b9-86a3-3c217cd16f56 |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AniWatcher", "short_name": "AniWatcher", "version": "0.0.38", "manifest_version": 3, "minimum_chrome_version": "88", "description": "__MSG_description__", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_locale": "ru", "background": { "service_worker": ".\/sw.js" }, "action": { "default_icon": "icons\/icon32.png", "default_title": "AniWatcher", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "storage", "cookies", "tabs", "scripting", "alarms", "webNavigation" ], "host_permissions": [ "*:\/\/animevost.org\/*", "*:\/\/seasonvar.ru\/*", "*:\/\/doramatv.live\/*", "*:\/\/anidub.vip\/*", "*:\/\/www.anilibria.tv\/*", "*:\/\/www.masterani.one\/*", "*:\/\/readmanga.live\/*", "*:\/\/mintmanga.live\/*", "*:\/\/anistar.org\/*", "*:\/\/jut.su\/*", "*:\/\/9anime.se\/*", "https:\/\/ani.liiion911.ru:9877\/*" ], "content_scripts": [ { "matches": [ "*:\/\/animevost.org\/*", "*:\/\/seasonvar.ru\/*", "*:\/\/doramatv.live\/*", "*:\/\/anidub.vip\/*", "*:\/\/www.anilibria.tv\/*", "*:\/\/www.masterani.one\/*", "*:\/\/readmanga.live\/*", "*:\/\/mintmanga.live\/*", "*:\/\/anistar.org\/*", "*:\/\/jut.su\/*", "*:\/\/9anime.se\/*", "https:\/\/ani.liiion911.ru:9877\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/animevost.js", "src\/inject\/seasonvar.js", "src\/inject\/doramatv.js", "src\/inject\/anidub.js", "src\/inject\/anilibria.js", "src\/inject\/masterani.js", "src\/inject\/readmanga.js", "src\/inject\/mintmanga.js", "src\/inject\/anistar.js", "src\/inject\/jutsu.js", "src\/inject\/9anime.js", "src\/inject\/telegram.js" ], "run_at": "document_start" } ] } |