Hentai Enhancement Suite

So I can be more depraved

Hentai Enhancement Suite क्या है?

Hentai Enhancement Suite marshmalon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "So I can be more depraved"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hentai Enhancement Suite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Hentai Enhancement Suite Hentai Enhancement Suite
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
ईमेल [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"
    }
}