Beast Boy uses his head!
Beast boy decides to use his head!
Co to jest Beast Boy uses his head!?
Beast Boy uses his head! to rozszerzenie Chrome opracowane przez https://redcodi.space, a jego główną funkcją jest „Beast boy decides to use his head!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Beast Boy uses his head!
Pobierz pliki rozszerzeń Beast Boy uses his head! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mkagpigjdmjifhellgdphjjgkbggkhnd |
Oficjalny URL | https://chromewebstore.google.com/detail/beast-boy-uses-his-head/mkagpigjdmjifhellgdphjjgkbggkhnd |
Opis | Beast boy decides to use his head! |
Rozmiar pliku | 1.07 MB |
Liczba instalacji | 79 |
Aktualna Wersja | 0.1.5 |
Ostatnia Aktualizacja | 2021-07-03 |
Data Publikacji | 2020-03-31 |
Ocena | 5.00/5 Łącznie 9 Oceny |
Deweloper | https://redcodi.space |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://redcodi.space |
Adres URL Strony Pomocy | https://redcodi.space |
Obsługiwane Języki | 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" } |