AniWave-QoL
AniWave Quality of Life extension
Wat is AniWave-QoL?
AniWave-QoL is een Chrome-extensie ontwikkeld door Ya Boie, en de belangrijkste functie is "AniWave Quality of Life extension".
Extensie Screenshots
Download het CRX-bestand van de extensie AniWave-QoL
Download AniWave-QoL-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
This is a simple extension to auto skip intro and ending when watching anime at aniwave.
Basisinformatie over de Extensie
Naam | AniWave-QoL |
ID | meefjliobkgnafkfoogkbnfbpakakppp |
Officiële URL | https://chromewebstore.google.com/detail/aniwave-qol/meefjliobkgnafkfoogkbnfbpakakppp |
Beschrijving | AniWave Quality of Life extension |
Bestandsgrootte | 25.8 KB |
Aantal Installaties | 76 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2023-10-31 |
Publicatiedatum | 2023-10-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Ya Boie |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/snorreks/aniwave-qol-extension |
Help Pagina-URL | https://github.com/snorreks/aniwave-qol-extension/issues |
Ondersteunde Talen | 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" } |