Voz Next
Extension for voz.vn
Qu'est-ce que Voz Next ?
Voz Next est une extension Chrome développée par https://nmtrung.com, et sa fonction principale est "Extension for voz.vn".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Voz Next
Téléchargez les fichiers d'extension Voz Next au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 Informations de Base sur l'Extension
| Nom | |
| ID | llfnhhlooecaonmdeeiclihaokjchbng |
| URL Officiel | https://chromewebstore.google.com/detail/voz-next/llfnhhlooecaonmdeeiclihaokjchbng |
| Description | Extension for voz.vn |
| Taille du Fichier | 127 KB |
| Nombre d'Installations | 7,412 |
| Version Actuelle | 1.3.1 |
| Dernière Mise à Jour | 2023-10-15 |
| Date de Publication | 2020-05-18 |
| Évaluation | 4.80/5 Total 20 Évaluations |
| Développeur | https://nmtrung.com |
| [email protected] | |
| Type de Paiement | free |
| Langues Prises en Charge | 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"
]
} | |