Hentai Enhancement Suite
So I can be more depraved
Hentai Enhancement Suiteとは何ですか?
Hentai Enhancement Suiteはmarshmalonによって開発されたChromeの拡張機能で、その主な機能は「So I can be more depraved」です。
拡張機能のスクリーンショット
Hentai Enhancement Suite拡張機能のCRXファイルをダウンロード
Hentai Enhancement Suite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension has three main features that it allows for. Firstly it changes an doujin to be on a single page instead of separate ones, to avoid long load times. It also lets you bookmark doujins you like based on the number and automatically open a new tab on a doujin of your choice, also indexed by number
拡張機能の基本情報
名前 | |
ID | agjnnljonfdheebihcmdnnhanlilbglm |
公式URL | https://chrome.google.com/webstore/detail/hentai-enhancement-suite/agjnnljonfdheebihcmdnnhanlilbglm |
説明 | So I can be more depraved |
ファイルサイズ | 26.26 KB |
インストール数 | 677 |
現在のバージョン | 1.2.2 |
最終更新日 | 2020-12-21 |
公開日 | 2020-12-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | marshmalon |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hentai Enhancement Suite", "version": "1.2.2", "description": "So I can be more depraved", "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*.nhentai.net\/g\/*" ], "js": [ "enhance.js" ] } ], "browser_action": { "default_title": "Hentai Enhancement Suite", "default_popup": "popup\/choose_poison.html" }, "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png" } } |