AnimeLab AutoSkip
Skips intro and outros automatically for non-stop viewing.
AnimeLab AutoSkip là gì?
AnimeLab AutoSkip là một tiện ích mở rộng Chrome được phát triển bởi Roflmuffin, và tính năng chính của nó là "Skips intro and outros automatically for non-stop viewing.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AnimeLab AutoSkip
Tải xuống các tệp mở rộng AnimeLab AutoSkip dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Automatically skips intro and outros on AnimeLab for non-stop viewing.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fkbegceenaneemgjgeekenjiajaafkja |
URL Chính Thức | https://chrome.google.com/webstore/detail/animelab-autoskip/fkbegceenaneemgjgeekenjiajaafkja |
Mô tả | Skips intro and outros automatically for non-stop viewing. |
Kích Thước Tệp | 34.62 KB |
Số Lần Cài Đặt | 156 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-01-10 |
Ngày Phát Hành | 2021-01-10 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Roflmuffin |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |