Graysocean | Shell Shockers Theme

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

Vad är Graysocean | Shell Shockers Theme?

Graysocean | Shell Shockers Theme är en Chrome-tillägg utvecklad av Hasanx Developer, och dess huvudfunktion är "New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!".

Tilläggsskärmbilder

screenshot

Ladda ner Graysocean | Shell Shockers Theme-förlängningens CRX-fil

Ladda ner Graysocean | Shell Shockers Theme-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Graysocean | Shell Shockers Theme Graysocean | Shell Shockers Theme
ID ofliekbfejmgmbllkjhdloiipiadcnje
Officiell webbadress https://chrome.google.com/webstore/detail/graysocean-shell-shockers/ofliekbfejmgmbllkjhdloiipiadcnje
Beskrivning New Shell Shockers Theme by Infinite Smasher, released on the 25th of August 2021!
Filstorlek 16.41 KB
Antal Installationer 1,912
Aktuell Version 1
Senast Uppdaterad 2021-09-17
Publiceringsdatum 2021-09-17
Betyg 4.67/5 Totalt 6 Betyg
Utvecklare Hasanx Developer
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}