AnimeLab AutoSkip
Skips intro and outros automatically for non-stop viewing.
AnimeLab AutoSkipคืออะไร?
AnimeLab AutoSkip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roflmuffin และคุณลักษณะหลักของมันคือ "Skips intro and outros automatically for non-stop viewing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AnimeLab AutoSkip
ดาวน์โหลดไฟล์ส่วนขยาย AnimeLab AutoSkip ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically skips intro and outros on AnimeLab for non-stop viewing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fkbegceenaneemgjgeekenjiajaafkja |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/animelab-autoskip/fkbegceenaneemgjgeekenjiajaafkja |
คำอธิบาย | Skips intro and outros automatically for non-stop viewing. |
ขนาดไฟล์ | 34.62 KB |
จำนวนการติดตั้ง | 156 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-01-10 |
วันที่เผยแพร่ | 2021-01-10 |
คะแนน | 3.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Roflmuffin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AnimeLab AutoSkip", "version": "1.0", "description": "Skips intro and outros automatically for non-stop viewing.", "permissions": [ "storage", "declarativeContent", "*:\/\/*.animelab.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.animelab.com\/player*" ], "js": [ "watch.js" ] } ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/AnimeLabAutoSkip_16.png", "32": "images\/AnimeLabAutoSkip_32.png", "48": "images\/AnimeLabAutoSkip_48.png", "128": "images\/AnimeLabAutoSkip_128.png" } }, "icons": { "16": "images\/AnimeLabAutoSkip_16.png", "32": "images\/AnimeLabAutoSkip_32.png", "48": "images\/AnimeLabAutoSkip_48.png", "128": "images\/AnimeLabAutoSkip_128.png" }, "manifest_version": 2 } |