Hentai Enhancement Suite

So I can be more depraved

What is Hentai Enhancement Suite?

Hentai Enhancement Suite is a Chrome extension developed by marshmalon, and its main feature is "So I can be more depraved".

Extension Screenshots

screenshot

Download Hentai Enhancement Suite Extension CRX File

Download Hentai Enhancement Suite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Hentai Enhancement Suite Hentai Enhancement Suite
ID agjnnljonfdheebihcmdnnhanlilbglm
Official URL https://chrome.google.com/webstore/detail/hentai-enhancement-suite/agjnnljonfdheebihcmdnnhanlilbglm
Description So I can be more depraved
File Size 26.26 KB
Installation Count 677
Current Version 1.2.2
Last Updated 2020-12-21
Publish Date 2020-12-21
Rating 5.00/5 Total 1 Ratings
Developer marshmalon
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}