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 |
官方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" ] } |