Beast Boy uses his head!
Beast boy decides to use his head!
Co je Beast Boy uses his head!?
Beast Boy uses his head! je rozšíření Chrome vyvinuté https://redcodi.space, a jeho hlavní funkcí je „Beast boy decides to use his head!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Beast Boy uses his head!
Stáhněte si soubory rozšíření Beast Boy uses his head! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | mkagpigjdmjifhellgdphjjgkbggkhnd |
Oficiální URL | https://chromewebstore.google.com/detail/beast-boy-uses-his-head/mkagpigjdmjifhellgdphjjgkbggkhnd |
Popis | Beast boy decides to use his head! |
Velikost souboru | 1.07 MB |
Počet instalací | 79 |
Aktuální Verze | 0.1.5 |
Poslední Aktualizace | 2021-07-03 |
Datum Vydání | 2020-03-31 |
Hodnocení | 5.00/5 Celkem 9 Hodnocení |
Vývojář | https://redcodi.space |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://redcodi.space |
URL Stránky Nápovědy | https://redcodi.space |
Podporované Jazyky | 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" } |