Boolet x Deltastorm | Shell Shockers Theme
New Shell Shockers Theme by Boolet, released on the 10th of August 2021!
What is Boolet x Deltastorm | Shell Shockers Theme?
Boolet x Deltastorm | Shell Shockers Theme is a Chrome extension developed by Hasanx Developer, and its main feature is "New Shell Shockers Theme by Boolet, released on the 10th of August 2021!".
Extension Screenshots
Download Boolet x Deltastorm | Shell Shockers Theme Extension CRX File
Download Boolet x Deltastorm | Shell Shockers Theme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Brand new Shell Shockers theme! Edits the entire page layout and scope, hope you enjoy!
Extension Basic Information
Name | |
ID | jmngpihiddcdgmejpilggphdcamemdkf |
Official URL | https://chrome.google.com/webstore/detail/boolet-x-deltastorm-shell/jmngpihiddcdgmejpilggphdcamemdkf |
Description | New Shell Shockers Theme by Boolet, released on the 10th of August 2021! |
File Size | 16.68 KB |
Installation Count | 1,878 |
Current Version | 1.3 |
Last Updated | 2021-12-02 |
Publish Date | 2021-08-10 |
Rating | 4.71/5 Total 14 Ratings |
Developer | Hasanx Developer |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Boolet x Deltastorm | Shell Shockers Theme", "version": "1.3", "author": "Designed by boolet#5550 | Programmed by Agent Adam#5972", "description": "New Shell Shockers Theme by Boolet, released on the 10th of August 2021!", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/egghead.institute\/*", "https:\/\/shellshock.io\/*", "https:\/\/violentegg.club\/*" ] } ], "icons": { "128": "egg.png" } } |