Graysocean | Shell Shockers Theme

New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!

Apa itu Graysocean | Shell Shockers Theme?

Graysocean | Shell Shockers Theme adalah ekstensi Chrome yang dikembangkan oleh Hasanx Developer, dan fitur utamanya adalah "New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Graysocean | Shell Shockers Theme

Unduh file ekstensi Graysocean | 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

                        Brand new Shell Shockers theme! Edits the entire page layout and scope, hope you enjoy!                    

Informasi Dasar Ekstensi

Nama Graysocean | Shell Shockers Theme Graysocean | Shell Shockers Theme
ID ofliekbfejmgmbllkjhdloiipiadcnje
URL Resmi https://chrome.google.com/webstore/detail/graysocean-shell-shockers/ofliekbfejmgmbllkjhdloiipiadcnje
Deskripsi New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!
Ukuran File 16.41 KB
Jumlah Instalasi 1,912
Versi Saat Ini 1
Terakhir Diperbarui 2021-09-17
Tanggal Publikasi 2021-09-17
Penilaian 4.67/5 Total 6 Penilaian
Pengembang Hasanx Developer
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Graysocean | Shell Shockers Theme",
    "version": "1",
    "author": "Designed by Infinite Smasher#4281 | Programmed by Agent Adam#5972",
    "description": "New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/egghead.institute\/*",
                "https:\/\/shellshock.io\/*",
                "https:\/\/violentegg.club\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}