Meno || Shell Shockers
Meno Shell Shockers Theme
Apa itu Meno || Shell Shockers?
Meno || Shell Shockers adalah ekstensi Chrome yang dikembangkan oleh jayvandev, dan fitur utamanya adalah "Meno Shell Shockers Theme".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Meno || Shell Shockers
Unduh file ekstensi Meno || Shell Shockers 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
Shell Shockers Theme made for MenoXD, a twitch streamer and Blue Wizard Digital Content Creator This theme features - Custom Scope - Custom Crosshair - Custom UI designed for the new UI - Much More! Update: Moved CSS to local files
Informasi Dasar Ekstensi
Nama | Meno || Shell Shockers |
ID | oncipepcafldlcladghpgkejfeflkkmh |
URL Resmi | https://chromewebstore.google.com/detail/meno-shell-shockers/oncipepcafldlcladghpgkejfeflkkmh |
Deskripsi | Meno Shell Shockers Theme |
Ukuran File | 22.22 KB |
Jumlah Instalasi | 1,549 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2023-04-11 |
Tanggal Publikasi | 2023-02-23 |
Penilaian | 4.57/5 Total 7 Penilaian |
Pengembang | jayvandev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Meno || Shell Shockers", "version": "2.1", "author": "Jayvan", "description": "Meno Shell Shockers Theme", "content_scripts": [ { "js": [ "content.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/shellshock.io\/*" ] } ], "icons": { "128": "egg.png" } } |