Skip Anime OP
Press alt+a when an op starts on crunchyroll to skip!
Qu'est-ce que Skip Anime OP ?
Skip Anime OP est une extension Chrome développée par biggant1, et sa fonction principale est "Press alt+a when an op starts on crunchyroll to skip!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Skip Anime OP
Téléchargez les fichiers d'extension Skip Anime OP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Chrome extension that lets you skip the anime ops on crunchyroll by pressing alt+a when they start.
Informations de Base sur l'Extension
Nom | Skip Anime OP |
ID | jbiahbgldkhcfimpmlngacndienaoinj |
URL Officiel | https://chromewebstore.google.com/detail/skip-anime-op/jbiahbgldkhcfimpmlngacndienaoinj |
Description | Press alt+a when an op starts on crunchyroll to skip! |
Taille du Fichier | 23.6 KB |
Nombre d'Installations | 55 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-12-21 |
Date de Publication | 2020-12-20 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | biggant1 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |