Roblox Live Sales Count

A quick redirect to a live counter for your roblox items!

Apa itu Roblox Live Sales Count?

Roblox Live Sales Count adalah ekstensi Chrome yang dikembangkan oleh donovan, dan fitur utamanya adalah "A quick redirect to a live counter for your roblox items!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Roblox Live Sales Count

Unduh file ekstensi Roblox Live Sales Count 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

                        Roblox Live Sales Count is an extension that was made for easy access to a live counter of sales on a Roblox item.

A little icon will pop up on any item that will redirect you to a web page with the live sales counter on it.                    

Informasi Dasar Ekstensi

Nama Roblox Live Sales Count Roblox Live Sales Count
ID fbkckknfepmjednmkdkmplplcggkfbbn
URL Resmi https://chromewebstore.google.com/detail/roblox-live-sales-count/fbkckknfepmjednmkdkmplplcggkfbbn
Deskripsi A quick redirect to a live counter for your roblox items!
Ukuran File 380 KB
Jumlah Instalasi 11,190
Versi Saat Ini 1.1.5
Terakhir Diperbarui 2019-03-14
Tanggal Publikasi 2019-03-14
Penilaian 2.08/5 Total 39 Penilaian
Pengembang donovan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Roblox Live Sales Count",
    "version": "1.1.5",
    "description": "A quick redirect to a live counter for your roblox items!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.roblox.com\/catalog\/*",
                "https:\/\/www.roblox.com\/game-pass\/*",
                "https:\/\/www.roblox.com\/library\/*",
                "https:\/\/donovan.vaxxine.com\/livecount\/*",
                "http:\/\/donovan.vaxxine.com\/livecount\/*"
            ]
        }
    ]
}