Lock Robux 🔒

Lock Robux 🔒

Apa itu Lock Robux 🔒?

Lock Robux 🔒 adalah ekstensi Chrome yang dikembangkan oleh sk2lly, dan fitur utamanya adalah "Lock Robux 🔒".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lock Robux 🔒

Unduh file ekstensi Lock Robux 🔒 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

                        What is this? 'Lock Robux 🔒' is a google chrome extension that help you to save robux!


Why?

This extension was made for people like me who can't save robux without spending some. This extension will lock the buy button so you can't buy anymore and save your robux!                    

Informasi Dasar Ekstensi

Nama Lock Robux 🔒 Lock Robux 🔒
ID olmdnbjnheojmmdkpnobmndkoeojecja
URL Resmi https://chromewebstore.google.com/detail/lock-robux-%F0%9F%94%92/olmdnbjnheojmmdkpnobmndkoeojecja
Deskripsi Lock Robux 🔒
Ukuran File 398 KB
Jumlah Instalasi 297
Versi Saat Ini 5.0.0
Terakhir Diperbarui 2021-06-22
Tanggal Publikasi 2021-06-07
Penilaian 4.00/5 Total 7 Penilaian
Pengembang sk2lly
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan http://paypal.me/sk2lly
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lock Robux \ud83d\udd12",
    "description": "Lock Robux \ud83d\udd12",
    "version": "5.0.0",
    "content_scripts": [
        {
            "js": [
                "\/js\/robux.js"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "newicon_128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs=' https:\/\/ssl.google-analytics.com\/ga.js https:\/\/roblox.com; object-src 'self'",
    "browser_action": {
        "default_icon": "newicon.png"
    }
}