AnimeLab AutoSkip

Skips intro and outros automatically for non-stop viewing.

Vad är AnimeLab AutoSkip?

AnimeLab AutoSkip är en Chrome-tillägg utvecklad av Roflmuffin, och dess huvudfunktion är "Skips intro and outros automatically for non-stop viewing.".

Tilläggsskärmbilder

screenshot

Ladda ner AnimeLab AutoSkip-förlängningens CRX-fil

Ladda ner AnimeLab AutoSkip-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn AnimeLab AutoSkip AnimeLab AutoSkip
ID fkbegceenaneemgjgeekenjiajaafkja
Officiell webbadress https://chrome.google.com/webstore/detail/animelab-autoskip/fkbegceenaneemgjgeekenjiajaafkja
Beskrivning Skips intro and outros automatically for non-stop viewing.
Filstorlek 34.62 KB
Antal Installationer 156
Aktuell Version 1.0
Senast Uppdaterad 2021-01-10
Publiceringsdatum 2021-01-10
Betyg 3.50/5 Totalt 4 Betyg
Utvecklare Roflmuffin
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}