KJDCitsMe | Shell Shockers Theme
KJDCitsMe's Official Shell Theme
Cos'è KJDCitsMe | Shell Shockers Theme?
KJDCitsMe | Shell Shockers Theme è un'estensione di Chrome sviluppata da Hasanx Developer, e la sua funzione principale è "KJDCitsMe's Official Shell Theme".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KJDCitsMe | Shell Shockers Theme
Scarica i file di estensione KJDCitsMe | Shell Shockers Theme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Brand new Shell Shockers theme! Edits the entire page layout and scope, hope you enjoy!
Informazioni di Base sull'Estensione
Nome | |
ID | ffmmolniidmmaabfnnjeagnpocnchknj |
URL Ufficiale | https://chrome.google.com/webstore/detail/kjdcitsme-shell-shockers/ffmmolniidmmaabfnnjeagnpocnchknj |
Descrizione | KJDCitsMe's Official Shell Theme |
Dimensione del File | 16.58 KB |
Conteggio Installazioni | 167 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2022-01-02 |
Data di Pubblicazione | 2022-01-02 |
Sviluppatore | Hasanx Developer |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KJDCitsMe | Shell Shockers Theme", "version": "1", "author": "Designed by KJ#5391 | Programmed by Agent Adam#5972", "description": "KJDCitsMe's Official Shell Theme", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/egghead.institute\/*", "*:\/\/shellshock.io\/*", "*:\/\/violentegg.club\/*", "*:\/\/algebra.vip\/*" ] } ], "icons": { "128": "egg.png" } } |