Voz Next

Extension for voz.vn

Voz Nextとは何ですか?

Voz Nextはhttps://nmtrung.comによって開発されたChromeの拡張機能で、その主な機能は「Extension for voz.vn」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    ]
}