Voz Next
Extension for voz.vn
Was ist Voz Next?
Voz Next ist eine Chrome-Erweiterung, die von https://nmtrung.com entwickelt wurde, und ihr Hauptmerkmal ist "Extension for voz.vn".
Erweiterungsscreenshots
Voz Next-Erweiterungs-CRX-Datei herunterladen
Laden Sie Voz Next-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | llfnhhlooecaonmdeeiclihaokjchbng |
| Offizielle URL | https://chromewebstore.google.com/detail/voz-next/llfnhhlooecaonmdeeiclihaokjchbng |
| Beschreibung | Extension for voz.vn |
| Dateigröße | 127 KB |
| Installationsanzahl | 7,412 |
| Aktuelle Version | 1.3.1 |
| Letztes Update | 2023-10-15 |
| Veröffentlichungsdatum | 2020-05-18 |
| Bewertung | 4.80/5 Insgesamt 20 Bewertungen |
| Entwickler | https://nmtrung.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |