umami
e621 enhancement
Wat is umami?
umami is een Chrome-extensie ontwikkeld door WolfGang, en de belangrijkste functie is "e621 enhancement".
Extensie Screenshots
Download het CRX-bestand van de extensie umami
Download umami-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
Umami adds several features to the e621 site - pool downloading - slideshow functionality - infinite scrolling (no need to go to the next page) - keyboard navigation (for comics or list views) - autoplaying/looping of videos - Config to rebind keys, turn features on and off, or change the names of files downloaded
Basisinformatie over de Extensie
Naam | umami |
ID | lebpinjecpngidklcgggclfbbclkiopb |
Officiële URL | https://chrome.google.com/webstore/detail/umami/lebpinjecpngidklcgggclfbbclkiopb |
Beschrijving | e621 enhancement |
Bestandsgrootte | 340 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 2.3.0 |
Laatst Bijgewerkt | 2022-04-24 |
Publicatiedatum | 2020-03-17 |
Beoordeling | 4.33/5 Totaal 15 Beoordelingen |
Ontwikkelaar | WolfGang |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "umami", "version": "2.3.0", "description": "e621 enhancement", "icons": { "48": "icons\/salt-48.png", "96": "icons\/salt-96.png" }, "permissions": [ "tabs", "downloads", "storage", "*:\/\/*.e621.net\/*", "*:\/\/*.e926.net\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.e621.net\/*", "*:\/\/*.e926.net\/*" ], "js": [ "js\/bundle.1.js" ] } ], "background": { "page": "umami.html" }, "web_accessible_resources": [ "css\/*", "fonts\/*", "html\/*", "pagejs\/*" ] } |