Skip Anime OP
Press alt+a when an op starts on crunchyroll to skip!
What is Skip Anime OP?
Skip Anime OP is a Chrome extension developed by biggant1, and its main feature is "Press alt+a when an op starts on crunchyroll to skip!".
Extension Screenshots
Download Skip Anime OP Extension CRX File
Download Skip Anime OP 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
Chrome extension that lets you skip the anime ops on crunchyroll by pressing alt+a when they start.
Extension Basic Information
Name | Skip Anime OP |
ID | jbiahbgldkhcfimpmlngacndienaoinj |
Official URL | https://chromewebstore.google.com/detail/skip-anime-op/jbiahbgldkhcfimpmlngacndienaoinj |
Description | Press alt+a when an op starts on crunchyroll to skip! |
File Size | 23.6 KB |
Installation Count | 55 |
Current Version | 1.0 |
Last Updated | 2020-12-21 |
Publish Date | 2020-12-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | biggant1 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skip Anime OP", "description": "Press alt+a when an op starts on crunchyroll to skip!", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/static.crunchyroll.com\/vilos-v2\/web\/vilos\/player.html*", "https:\/\/aniwatch.me\/anime\/*" ], "js": [ "content.js" ] } ], "permissions": [ "https:\/\/www.crunchyroll.com\/*", "https:\/\/aniwatch.me\/anime\/*" ] } |