Boolet x Deltastorm | Shell Shockers Theme
New Shell Shockers Theme by Boolet, released on the 10th of August 2021!
Что такое Boolet x Deltastorm | Shell Shockers Theme?
Boolet x Deltastorm | Shell Shockers Theme - это расширение Chrome, разработанное Hasanx Developer, и его основная функция - "New Shell Shockers Theme by Boolet, released on the 10th of August 2021!".
Снимки экрана расширения
Скачать файл CRX расширения Boolet x Deltastorm | Shell Shockers Theme
Скачайте файлы расширений Boolet x Deltastorm | Shell Shockers Theme в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Brand new Shell Shockers theme! Edits the entire page layout and scope, hope you enjoy!
Основная информация о расширении
Название | |
ID | jmngpihiddcdgmejpilggphdcamemdkf |
Официальный URL | https://chrome.google.com/webstore/detail/boolet-x-deltastorm-shell/jmngpihiddcdgmejpilggphdcamemdkf |
Описание | New Shell Shockers Theme by Boolet, released on the 10th of August 2021! |
Размер файла | 16.68 KB |
Количество установок | 1,878 |
Текущая Версия | 1.3 |
Последнее Обновление | 2021-12-02 |
Дата публикации | 2021-08-10 |
Рейтинг | 4.71/5 Всего 14 оценок |
Разработчик | Hasanx Developer |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |