Voz Next
Extension for voz.vn
Voz Nextคืออะไร?
Voz Next เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nmtrung.com และคุณลักษณะหลักของมันคือ "Extension for voz.vn"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voz Next
ดาวน์โหลดไฟล์ส่วนขยาย Voz Next ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
} | |