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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
확장 프로그램 기본 정보
이름 | |
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" } } |