Beast Boy uses his head!
Beast boy decides to use his head!
Что такое Beast Boy uses his head!?
Beast Boy uses his head! - это расширение Chrome, разработанное https://redcodi.space, и его основная функция - "Beast boy decides to use his head!".
Снимки экрана расширения
Скачать файл CRX расширения Beast Boy uses his head!
Скачайте файлы расширений Beast Boy uses his head! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Hello, I have made an extension that when you click it it shows a funny "Beast Boy using his head" GIF! Image Credits: Beast boy: https://goo.gl/xVNvxx Beast boy GIF: N/A Disclaimer: We are not in any way associated with "Cartoon Network" or "Teen Titans Go!" By installing this extension you agree to receive notifications from the creator, such as Updates, Reminder, and More fun things to do!
Основная информация о расширении
Название | |
ID | mkagpigjdmjifhellgdphjjgkbggkhnd |
Официальный URL | https://chromewebstore.google.com/detail/beast-boy-uses-his-head/mkagpigjdmjifhellgdphjjgkbggkhnd |
Описание | Beast boy decides to use his head! |
Размер файла | 1.07 MB |
Количество установок | 79 |
Текущая Версия | 0.1.5 |
Последнее Обновление | 2021-07-03 |
Дата публикации | 2020-03-31 |
Рейтинг | 5.00/5 Всего 9 оценок |
Разработчик | https://redcodi.space |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://redcodi.space |
URL страницы помощи | https://redcodi.space |
Поддерживаемые языки | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_popup": "src\/pop\/pop.html", "default_title": "Beast boy uses his head!" }, "default_locale": "en", "description": "Beast boy decides to use his head!", "homepage_url": "https:\/\/redcodi.space", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Beast Boy uses his head!", "omnibox": { "keyword": "Redcodi" }, "permissions": [ "gcm", "storage", "notifications", "identity" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.5" } |