AnimeLab AutoSkip
Skips intro and outros automatically for non-stop viewing.
What is AnimeLab AutoSkip?
AnimeLab AutoSkip is a Chrome extension developed by Roflmuffin, and its main feature is "Skips intro and outros automatically for non-stop viewing.".
Extension Screenshots
Download AnimeLab AutoSkip Extension CRX File
Download AnimeLab AutoSkip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Automatically skips intro and outros on AnimeLab for non-stop viewing.
Extension Basic Information
Name | |
ID | fkbegceenaneemgjgeekenjiajaafkja |
Official URL | https://chrome.google.com/webstore/detail/animelab-autoskip/fkbegceenaneemgjgeekenjiajaafkja |
Description | Skips intro and outros automatically for non-stop viewing. |
File Size | 34.62 KB |
Installation Count | 156 |
Current Version | 1.0 |
Last Updated | 2021-01-10 |
Publish Date | 2021-01-10 |
Rating | 3.50/5 Total 4 Ratings |
Developer | Roflmuffin |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |