Quick-Reply Steam Comments

Send a quick reply to any Steam user

Apa itu Quick-Reply Steam Comments?

Quick-Reply Steam Comments adalah ekstensi Chrome yang dikembangkan oleh boomixlv, dan fitur utamanya adalah "Send a quick reply to any Steam user".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Quick-Reply Steam Comments

Unduh file ekstensi Quick-Reply Steam Comments dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Send a quick and personal reply to any Steam user. A new icon next to the "Delete" feature will be available.                    

Informasi Dasar Ekstensi

Nama Quick-Reply Steam Comments Quick-Reply Steam Comments
ID pecjfjckbdkbhbgjbbibhmkjocekcbmj
URL Resmi https://chromewebstore.google.com/detail/quick-reply-steam-comment/pecjfjckbdkbhbgjbbibhmkjocekcbmj
Deskripsi Send a quick reply to any Steam user
Ukuran File 66.34 KB
Jumlah Instalasi 133
Versi Saat Ini 1.02
Terakhir Diperbarui 2019-03-27
Tanggal Publikasi 2019-03-27
Penilaian 3.00/5 Total 2 Penilaian
Pengembang boomixlv
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick-Reply Steam Comments",
    "icons": {
        "16": "img\/logo-128.png",
        "48": "img\/logo-128.png",
        "128": "img\/logo-128.png"
    },
    "version": "1.02",
    "manifest_version": 2,
    "description": "Send a quick reply to any Steam user",
    "browser_action": {
        "default_icon": "img\/logo-128.png",
        "default_title": "Quick-Reply Steam Comments",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.steamcommunity.com\/id\/*",
                "*:\/\/*.steamcommunity.com\/profiles\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "libs\/jquery.min.js",
                "libs\/BigInteger.min.js",
                "libs\/converter-min.js",
                "scripts\/main.js"
            ]
        }
    ]
}