AnimeLab AutoSkip
Skips intro and outros automatically for non-stop viewing.
什么是AnimeLab AutoSkip?
AnimeLab AutoSkip是由Roflmuffin开发的Chrome扩展程序,该扩展的主要功能是“Skips intro and outros automatically for non-stop viewing.”。
扩展截图
下载AnimeLab AutoSkip扩展crx文件
下载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 } |