Skip Anime OP
Press alt+a when an op starts on crunchyroll to skip!
Skip Anime OPとは何ですか?
Skip Anime OPはbiggant1によって開発されたChromeの拡張機能で、その主な機能は「Press alt+a when an op starts on crunchyroll to skip!」です。
拡張機能のスクリーンショット
Skip Anime OP拡張機能のCRXファイルをダウンロード
Skip Anime OP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome extension that lets you skip the anime ops on crunchyroll by pressing alt+a when they start.
拡張機能の基本情報
名前 | Skip Anime OP |
ID | jbiahbgldkhcfimpmlngacndienaoinj |
公式URL | https://chromewebstore.google.com/detail/skip-anime-op/jbiahbgldkhcfimpmlngacndienaoinj |
説明 | Press alt+a when an op starts on crunchyroll to skip! |
ファイルサイズ | 23.6 KB |
インストール数 | 55 |
現在のバージョン | 1.0 |
最終更新日 | 2020-12-21 |
公開日 | 2020-12-20 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | biggant1 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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\/*" ] } |