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 |
电子邮箱 | [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" } } |