AnimeLab AutoSkip

Skips intro and outros automatically for non-stop viewing.

Wat is AnimeLab AutoSkip?

AnimeLab AutoSkip is een Chrome-extensie ontwikkeld door Roflmuffin, en de belangrijkste functie is "Skips intro and outros automatically for non-stop viewing.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AnimeLab AutoSkip

Download AnimeLab AutoSkip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam AnimeLab AutoSkip AnimeLab AutoSkip
ID fkbegceenaneemgjgeekenjiajaafkja
Officiële URL https://chrome.google.com/webstore/detail/animelab-autoskip/fkbegceenaneemgjgeekenjiajaafkja
Beschrijving Skips intro and outros automatically for non-stop viewing.
Bestandsgrootte 34.62 KB
Aantal Installaties 156
Huidige Versie 1.0
Laatst Bijgewerkt 2021-01-10
Publicatiedatum 2021-01-10
Beoordeling 3.50/5 Totaal 4 Beoordelingen
Ontwikkelaar Roflmuffin
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}