umami
e621 enhancement
umamiとは何ですか?
umamiはWolfGangによって開発されたChromeの拡張機能で、その主な機能は「e621 enhancement」です。
拡張機能のスクリーンショット
umami拡張機能のCRXファイルをダウンロード
umami拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | umami |
ID | lebpinjecpngidklcgggclfbbclkiopb |
公式URL | https://chrome.google.com/webstore/detail/umami/lebpinjecpngidklcgggclfbbclkiopb |
説明 | e621 enhancement |
ファイルサイズ | 340 KB |
インストール数 | 1,000 |
現在のバージョン | 2.3.0 |
最終更新日 | 2022-04-24 |
公開日 | 2020-03-17 |
評価 | 4.33/5 合計 15 レビュー |
開発者 | WolfGang |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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\/*" ] } |