Voz Next
Extension for voz.vn
Voz Next란 무엇입니까?
Voz Next은(는) https://nmtrung.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for voz.vn"입니다.
확장 프로그램 스크린샷
Voz Next 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Expand the layout to full window width Quick link f17, f33 on top Paging by left, right keyboard Hide avatar Display full emo in the reply frame Upload image to imgur without size limit Autopage in thread Auto expand quote #1 Hide select to quote tooltip Show navigation bar on mobile
확장 프로그램 기본 정보
이름 | Voz Next |
ID | llfnhhlooecaonmdeeiclihaokjchbng |
공식 URL | https://chromewebstore.google.com/detail/voz-next/llfnhhlooecaonmdeeiclihaokjchbng |
설명 | Extension for voz.vn |
파일 크기 | 127 KB |
설치 횟수 | 7,412 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2023-10-15 |
출시 날짜 | 2020-05-18 |
평점 | 4.80/5 총 20 개의 평점 |
개발자 | https://nmtrung.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voz Next", "version": "1.3.1", "author": "nmtrung", "description": "__MSG_extDes__", "default_locale": "en", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon48.png" }, "permissions": [ "storage", "contextMenus", "notifications", "*:\/\/voz.vn\/*", "*:\/\/api.imgur.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/voz.vn\/*" ], "css": [ "css\/app.css" ], "run_at": "document_start" }, { "matches": [ "*:\/\/voz.vn\/*" ], "js": [ "js\/manifest.js", "js\/vendor.js", "js\/content.js" ], "run_at": "document_end" } ], "background": { "page": "background.html", "persistent": false }, "options_page": "options.html", "web_accessible_resources": [ "images\/ex-link.png", "js_dynamic_import\/emoticons.js" ] } |