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 |
官方網址 | 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" } } |