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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |