AnimeLab AutoSkip
Skips intro and outros automatically for non-stop viewing.
Was ist AnimeLab AutoSkip?
AnimeLab AutoSkip ist eine Chrome-Erweiterung, die von Roflmuffin entwickelt wurde, und ihr Hauptmerkmal ist "Skips intro and outros automatically for non-stop viewing.".
Erweiterungsscreenshots
AnimeLab AutoSkip-Erweiterungs-CRX-Datei herunterladen
Laden Sie AnimeLab AutoSkip-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Automatically skips intro and outros on AnimeLab for non-stop viewing.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fkbegceenaneemgjgeekenjiajaafkja |
Offizielle URL | https://chrome.google.com/webstore/detail/animelab-autoskip/fkbegceenaneemgjgeekenjiajaafkja |
Beschreibung | Skips intro and outros automatically for non-stop viewing. |
Dateigröße | 34.62 KB |
Installationsanzahl | 156 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-01-10 |
Veröffentlichungsdatum | 2021-01-10 |
Bewertung | 3.50/5 Insgesamt 4 Bewertungen |
Entwickler | Roflmuffin |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |