Hentai Enhancement Suite

So I can be more depraved

Cos'è Hentai Enhancement Suite?

Hentai Enhancement Suite è un'estensione di Chrome sviluppata da marshmalon, e la sua funzione principale è "So I can be more depraved".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hentai Enhancement Suite

Scarica i file di estensione Hentai Enhancement Suite in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Hentai Enhancement Suite Hentai Enhancement Suite
ID agjnnljonfdheebihcmdnnhanlilbglm
URL Ufficiale https://chrome.google.com/webstore/detail/hentai-enhancement-suite/agjnnljonfdheebihcmdnnhanlilbglm
Descrizione So I can be more depraved
Dimensione del File 26.26 KB
Conteggio Installazioni 677
Versione Corrente 1.2.2
Ultimo Aggiornamento 2020-12-21
Data di Pubblicazione 2020-12-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore marshmalon
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}