AniWave-QoL

AniWave Quality of Life extension

Was ist AniWave-QoL?

AniWave-QoL ist eine Chrome-Erweiterung, die von Ya Boie entwickelt wurde, und ihr Hauptmerkmal ist "AniWave Quality of Life extension".

Erweiterungsscreenshots

screenshot

AniWave-QoL-Erweiterungs-CRX-Datei herunterladen

Laden Sie AniWave-QoL-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

                        This is a simple extension to auto skip intro and ending when watching anime at aniwave.                    

Grundlegende Informationen zur Erweiterung

Name AniWave-QoL AniWave-QoL
ID meefjliobkgnafkfoogkbnfbpakakppp
Offizielle URL https://chromewebstore.google.com/detail/aniwave-qol/meefjliobkgnafkfoogkbnfbpakakppp
Beschreibung AniWave Quality of Life extension
Dateigröße 25.8 KB
Installationsanzahl 76
Aktuelle Version 0.1
Letztes Update 2023-10-31
Veröffentlichungsdatum 2023-10-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Ya Boie
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/snorreks/aniwave-qol-extension
Hilfeseite URL https://github.com/snorreks/aniwave-qol-extension/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "assets\/logo\/logo-16.png",
            "32": "assets\/logo\/logo-32.png",
            "48": "assets\/logo\/logo-48.png",
            "128": "assets\/logo\/logo-128.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "AniWave-QoL"
    },
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "short_name": "AniWave-QoL",
    "homepage_url": "https:\/\/github.com\/snorreks\/aniwave-qol-extension",
    "permissions": [
        "webNavigation",
        "storage",
        "scripting",
        "nativeMessaging"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgUAhYjfPoFv8sSHjuwwjYoRWgiBSFANHorWE5+nT4cXghLw+\/\/v8urajv2R3vRd3O7Ju0114Q9PGeSWsVw6eqGu1LQwhmex9FLCosK4rZuzrZuzHQSW07jNkkuPD3E\/v4MwMKinUYEW7MzwYQxq5E6NYdQ2QsGi074nLaDOR1QgHZB\/dL99eUV6BtUAPUj6yElYegoG5Zr9Qcc2Vt66thv0VPFfm3lojQXGHHsVSyr9s3IxCIoA0YmGxUiBhJ+X77GRerxWv2nHg6fWXt0gjc25I9ZPHGOTr62J2mMrWYCAIJr2R6YjCyNRYZKmurx523bcytpoCm3uGp7RTulfYdQIDAQAB",
    "host_permissions": [
        "https:\/\/aniwave.to\/*\/*",
        "https:\/\/vidplay.site\/*\/*"
    ],
    "description": "AniWave Quality of Life extension",
    "icons": {
        "16": "assets\/logo\/logo-16.png",
        "32": "assets\/logo\/logo-32.png",
        "48": "assets\/logo\/logo-48.png",
        "128": "assets\/logo\/logo-128.png"
    },
    "manifest_version": 3,
    "name": "AniWave-QoL",
    "version": "0.0.1",
    "version_name": "0.1"
}