Hentag
Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book.
Hentag란 무엇입니까?
Hentag은(는) hentagco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book."입니다.
확장 프로그램 스크린샷
Hentag 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Make your reading more attractive Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book. *What you add on image can be seen by other Personal Free / 50 tag Add text on your image Add voice on your image View tag history, and view click analysis Delete your adding Professional / unlimit Extra function priority
확장 프로그램 기본 정보
이름 | |
ID | amldnhmcfppacificnfmibfmageinjhn |
공식 URL | https://chrome.google.com/webstore/detail/hentag/amldnhmcfppacificnfmibfmageinjhn |
설명 | Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book. |
파일 크기 | 129 KB |
설치 횟수 | 205 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-01-01 |
출시 날짜 | 2017-12-31 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | hentagco |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hentag", "description": "Customized your Image, support exhentai, nhentai, Makes your reading experience more attractive! Add your voice for comic book.", "version": "1.0", "background": { "scripts": [ "jquery-1.11.3.min.js", "jquery.selectareas.js", "background.js", "extension.js", "functions.js" ], "css": [ "example.css", "resources\/jquery.selectareas.css" ], "persistent": false }, "permissions": [ "https:\/\/e-hentai.org\/s\/*\/*", "https:\/\/nhentai.net\/*\/*\/*\/", "tabs", "contextMenus", "identity", "identity.email", "storage" ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/e-hentai.org\/s\/*\/*", "https:\/\/nhentai.net\/*\/*\/*\/", "https:\/\/www.hentag.com\/ce\/" ], "css": [ "example.css", "resources\/jquery.selectareas.css", "w3.css" ], "js": [ "jquery-1.11.3.min.js", "jquery.selectareas.js", "extension.js", "functions.js" ] } ], "web_accessible_resources": [ "resources\/*" ], "browser_action": { "default_icon": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" } } } |