Hentai Enhancement Suite

So I can be more depraved

Hentai Enhancement Suite là gì?

Hentai Enhancement Suite là một tiện ích mở rộng Chrome được phát triển bởi marshmalon, và tính năng chính của nó là "So I can be more depraved".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hentai Enhancement Suite

Tải xuống các tệp mở rộng Hentai Enhancement Suite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hentai Enhancement Suite Hentai Enhancement Suite
ID agjnnljonfdheebihcmdnnhanlilbglm
URL Chính Thức https://chrome.google.com/webstore/detail/hentai-enhancement-suite/agjnnljonfdheebihcmdnnhanlilbglm
Mô tả So I can be more depraved
Kích Thước Tệp 26.26 KB
Số Lần Cài Đặt 677
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2020-12-21
Ngày Phát Hành 2020-12-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển marshmalon
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}