Stormii Cloud | Shell Shockers Theme

New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!

Apa itu Stormii Cloud | Shell Shockers Theme?

Stormii Cloud | Shell Shockers Theme adalah ekstensi Chrome yang dikembangkan oleh Stormii Cloud, dan fitur utamanya adalah "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Stormii Cloud | Shell Shockers Theme

Unduh file ekstensi Stormii Cloud | Shell Shockers Theme 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

                        This extension will edit the entire page layout and scope of shellshock.io to a more blue experience fit with clouds and a custom title.                    

Informasi Dasar Ekstensi

Nama Stormii Cloud | Shell Shockers Theme Stormii Cloud | Shell Shockers Theme
ID bncffgalbnlflcenmpcbfdnbfblidcpk
URL Resmi https://chrome.google.com/webstore/detail/stormii-cloud-shell-shock/bncffgalbnlflcenmpcbfdnbfblidcpk
Deskripsi New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!
Ukuran File 15.31 KB
Jumlah Instalasi 247
Versi Saat Ini 1.5
Terakhir Diperbarui 2022-01-27
Tanggal Publikasi 2022-01-21
Penilaian 4.38/5 Total 8 Penilaian
Pengembang Stormii Cloud
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stormii Cloud | Shell Shockers Theme",
    "version": "1.5",
    "author": "Designed by Stormii Cloud#9228 | Programmed by Agent Adam#5972",
    "description": "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/egghead.institute\/*",
                "*:\/\/shellshock.io\/*",
                "*:\/\/violentegg.club\/*",
                "*:\/\/algebra.vip\/*"
            ]
        }
    ],
    "icons": {
        "128": "theme_icon.png"
    }
}