Voz Next
Extension for voz.vn
什麼是Voz Next?
Voz Next是由https://nmtrung.com開發的Chrome擴展程式,該擴展的主要功能是“Extension for voz.vn”。
擴展截圖
下載Voz Next擴展crx文件
下載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
擴展基本資訊
名稱 | Voz Next |
ID | llfnhhlooecaonmdeeiclihaokjchbng |
官方網址 | 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" ] } |