AnimeLab AutoSkip
Skips intro and outros automatically for non-stop viewing.
Qu'est-ce que AnimeLab AutoSkip ?
AnimeLab AutoSkip est une extension Chrome développée par Roflmuffin, et sa fonction principale est "Skips intro and outros automatically for non-stop viewing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AnimeLab AutoSkip
Téléchargez les fichiers d'extension AnimeLab AutoSkip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Automatically skips intro and outros on AnimeLab for non-stop viewing.
Informations de Base sur l'Extension
Nom | |
ID | fkbegceenaneemgjgeekenjiajaafkja |
URL Officiel | https://chrome.google.com/webstore/detail/animelab-autoskip/fkbegceenaneemgjgeekenjiajaafkja |
Description | Skips intro and outros automatically for non-stop viewing. |
Taille du Fichier | 34.62 KB |
Nombre d'Installations | 156 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-01-10 |
Date de Publication | 2021-01-10 |
Évaluation | 3.50/5 Total 4 Évaluations |
Développeur | Roflmuffin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |