Stormii Cloud | Shell Shockers Theme
New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!
Stormii Cloud | Shell Shockers Theme क्या है?
Stormii Cloud | Shell Shockers Theme Stormii Cloud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stormii Cloud | Shell Shockers Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will edit the entire page layout and scope of shellshock.io to a more blue experience fit with clouds and a custom title.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bncffgalbnlflcenmpcbfdnbfblidcpk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/stormii-cloud-shell-shock/bncffgalbnlflcenmpcbfdnbfblidcpk |
विवरण | New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022! |
फ़ाइल का आकार | 15.31 KB |
स्थापना संख्या | 247 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2022-01-27 |
प्रकाशन तिथि | 2022-01-21 |
रेटिंग | 4.38/5 कुल 8 रेटिंग्स |
डेवलपर | Stormii Cloud |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Stormii Cloud | Shell Shockers Theme", "version": "1.5", "author": "Designed by Stormii Cloud#9228 | Programmed by Agent Adam#5972", "description": "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/egghead.institute\/*", "*:\/\/shellshock.io\/*", "*:\/\/violentegg.club\/*", "*:\/\/algebra.vip\/*" ] } ], "icons": { "128": "theme_icon.png" } } |