Skip Anime OP

Press alt+a when an op starts on crunchyroll to skip!

Cos'è Skip Anime OP?

Skip Anime OP è un'estensione di Chrome sviluppata da biggant1, e la sua funzione principale è "Press alt+a when an op starts on crunchyroll to skip!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Skip Anime OP

Scarica i file di estensione Skip Anime OP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Chrome extension that lets you skip the anime ops on crunchyroll by pressing alt+a when they start.                    

Informazioni di Base sull'Estensione

Nome Skip Anime OP Skip Anime OP
ID jbiahbgldkhcfimpmlngacndienaoinj
URL Ufficiale https://chromewebstore.google.com/detail/skip-anime-op/jbiahbgldkhcfimpmlngacndienaoinj
Descrizione Press alt+a when an op starts on crunchyroll to skip!
Dimensione del File 23.6 KB
Conteggio Installazioni 55
Versione Corrente 1.0
Ultimo Aggiornamento 2020-12-21
Data di Pubblicazione 2020-12-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore biggant1
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}