Voz Love
Extension for forums.voz.vn
Voz Love란 무엇입니까?
Voz Love은(는) nmtrung에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for forums.voz.vn"입니다.
확장 프로그램 스크린샷
Voz Love 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- Quote notifications - Subscribed threads notifications - Expand the layout to full window width - Paging by left, right keyboard - Quick link f17, f33 on top (can add as you like) - Go to top button - Click on thread link automatically jump to the latest post you just read - Show emo in thread link - Thread open in background - Show hidden box - Hide title of thread created by ignore user - Hide title of thread by keyword - Quick reload when press 'F5' or 'Ctrl + R' - Automatically detect links, photos, videos, youtube..., remove redirect link in post - Show hidden link in emo - Automatically shorten long quote - Quick quote - Autopage in thread - Capture post - Add ignore link, find all threads link when click on username - Show recent threads created by owner in f17 - Display full emo in the reply frame - Suggest emo when typing ":" in the reply frame - Stickers - Upload images quickly by upload dialog, drag drop or paste images from the clipboard into the reply frame - Create rainbow effect for text
확장 프로그램 기본 정보
이름 | |
ID | hpnhkgfedkiamdlplpnmipmfhnjiiamo |
공식 URL | https://chrome.google.com/webstore/detail/voz-love/hpnhkgfedkiamdlplpnmipmfhnjiiamo |
설명 | Extension for forums.voz.vn |
파일 크기 | 166 KB |
설치 횟수 | 290 |
현재 버전 | 1.10.12 |
최근 업데이트 | 2020-04-13 |
출시 날짜 | 2020-04-13 |
평점 | 4.89/5 총 19 개의 평점 |
개발자 | nmtrung |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://forums.voz.vn/showthread.php?t=6360673 |
도움말 페이지 URL | https://forums.voz.vn/showthread.php?t=6360673 |
지원되는 언어 | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voz Love", "version": "1.10.12", "default_locale": "en", "description": "__MSG_extDes__", "icons": { "16": "public\/images\/icon16.png", "48": "public\/images\/icon48.png", "128": "public\/images\/icon128.png" }, "browser_action": { "default_icon": "public\/images\/icon16.png" }, "author": "nmtrung", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/forums.voz.vn\/*" ], "css": [ "public\/css\/style.css" ], "js": [ "public\/js\/next.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/forums.voz.vn\/*" ], "js": [ "public\/js\/manifest.js", "public\/js\/vendor.js", "public\/js\/app.js" ], "run_at": "document_end" } ], "options_page": "options.html", "permissions": [ "notifications", "storage", "cookies", "contextMenus", "idle", "*:\/\/forums.voz.vn\/*", "*:\/\/*.pik.vn\/*" ], "web_accessible_resources": [ "public\/images\/ex-link.png" ] } |