/g/ extension
Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.
/g/ extension란 무엇입니까?
/g/ extension은(는) Aoshima Yuuto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links."입니다.
확장 프로그램 스크린샷
/g/ extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Spend too much time copy-pasting nhentai magic numbers and/or decoding hex encoded URLs? Use this extension to automate these processes. - Select a number sequence, right click and click "Go to /g/..." to access the URL in incognito - Select a hex string, right click and click "Hex to text" to access the encoded URL in incognito
확장 프로그램 기본 정보
이름 | |
ID | gmeedlbniijnhpeackheannmpmjonnah |
공식 URL | https://chrome.google.com/webstore/detail/g-extension/gmeedlbniijnhpeackheannmpmjonnah |
설명 | Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links. |
파일 크기 | 17.46 KB |
설치 횟수 | 293 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-01-26 |
출시 날짜 | 2019-01-26 |
평점 | 4.50/5 총 10 개의 평점 |
개발자 | Aoshima Yuuto |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\/g\/ extension", "author": "Aoshima Yuuto", "version": "1.0", "description": "Automates the process of copying and pasting a number sequence to nhentai.net and decoding hex links.", "manifest_version": 2, "permissions": [ "contextMenus" ], "background": { "scripts": [ "script.js" ] }, "icons": { "48": "48.png", "128": "128.png" } } |