Vital | Shell Shockers Theme
New Shell Shockers Theme created by by Agent Adam and Crow, released on the 25th of April 2021
Hvad er Vital | Shell Shockers Theme?
Vital | Shell Shockers Theme er en Chrome-udvidelse udviklet af Hasanx Developer, og dens hovedfunktion er "New Shell Shockers Theme created by by Agent Adam and Crow, released on the 25th of April 2021".
Udvidelsesskærmbilleder
Download Vital | Shell Shockers Theme-udvidelses-CRX-fil
Download Vital | Shell Shockers Theme-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Brand new Shell Shockers theme! Edits the entire page layout and scope, hope you enjoy! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pfddkonbihkllmlcmicpepmfhpodnjbn |
| Officiel URL | https://chromewebstore.google.com/detail/vital-shell-shockers-them/pfddkonbihkllmlcmicpepmfhpodnjbn |
| Beskrivelse | New Shell Shockers Theme created by by Agent Adam and Crow, released on the 25th of April 2021 |
| Filstørrelse | 16.35 KB |
| Antal Installationer | 589 |
| Nuværende Version | 1 |
| Senest Opdateret | 2021-04-28 |
| Udgivelsesdato | 2021-04-27 |
| Bedømmelse | 4.30/5 Samlet 10 Bedømmelser |
| Udvikler | Hasanx Developer |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Vital | Shell Shockers Theme",
"version": "1",
"author": "Agent Adam#5972 and Crow#4020",
"description": "New Shell Shockers Theme created by by Agent Adam and Crow, released on the 25th of April 2021",
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/shellshock.io\/*"
]
}
],
"icons": {
"128": "egg.png"
}
} | |