AnimeLab AutoSkip

Skips intro and outros automatically for non-stop viewing.

Hvad er AnimeLab AutoSkip?

AnimeLab AutoSkip er en Chrome-udvidelse udviklet af Roflmuffin, og dens hovedfunktion er "Skips intro and outros automatically for non-stop viewing.".

Udvidelsesskærmbilleder

screenshot

Download AnimeLab AutoSkip-udvidelses-CRX-fil

Download AnimeLab AutoSkip-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Automatically skips intro and outros on AnimeLab for non-stop viewing.                    

Grundlæggende oplysninger om udvidelsen

Navn AnimeLab AutoSkip AnimeLab AutoSkip
ID fkbegceenaneemgjgeekenjiajaafkja
Officiel URL https://chrome.google.com/webstore/detail/animelab-autoskip/fkbegceenaneemgjgeekenjiajaafkja
Beskrivelse Skips intro and outros automatically for non-stop viewing.
Filstørrelse 34.62 KB
Antal Installationer 156
Nuværende Version 1.0
Senest Opdateret 2021-01-10
Udgivelsesdato 2021-01-10
Bedømmelse 3.50/5 Samlet 4 Bedømmelser
Udvikler Roflmuffin
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}