Shell Shockers Play
For Shell Shockers lovers, it is the browser add-on of one-click access to play
Cos'è Shell Shockers Play?
Shell Shockers Play è un'estensione di Chrome sviluppata da ylnzdmrkr, e la sua funzione principale è "For Shell Shockers lovers, it is the browser add-on of one-click access to play".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shell Shockers Play
Scarica i file di estensione Shell Shockers Play 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
You can click on the button on your Chrome extension then quickly access to Shell Shockers tips and guides
Informazioni di Base sull'Estensione
Nome | |
ID | kaibiiplgnmagagcjddplhkngbgoafpj |
URL Ufficiale | https://chrome.google.com/webstore/detail/shell-shockers-play/kaibiiplgnmagagcjddplhkngbgoafpj |
Descrizione | For Shell Shockers lovers, it is the browser add-on of one-click access to play |
Dimensione del File | 1.42 MB |
Conteggio Installazioni | 59 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2022-04-28 |
Data di Pubblicazione | 2022-04-28 |
Sviluppatore | ylnzdmrkr |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://yuhho.com/shell-shockers |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shell Shockers Play", "description": "For Shell Shockers lovers, it is the browser add-on of one-click access to play", "version": "3.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "16": ".\/img\/16.png", "48": ".\/img\/48.png", "128": ".\/img\/128.png" }, "action": { "default_popup": ".\/popup.html" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ] } |