Beast Boy uses his head!
Beast boy decides to use his head!
Wat is Beast Boy uses his head!?
Beast Boy uses his head! is een Chrome-extensie ontwikkeld door https://redcodi.space, en de belangrijkste functie is "Beast boy decides to use his head!".
Extensie Screenshots
Download het CRX-bestand van de extensie Beast Boy uses his head!
Download Beast Boy uses his head!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | mkagpigjdmjifhellgdphjjgkbggkhnd |
Officiële URL | https://chromewebstore.google.com/detail/beast-boy-uses-his-head/mkagpigjdmjifhellgdphjjgkbggkhnd |
Beschrijving | Beast boy decides to use his head! |
Bestandsgrootte | 1.07 MB |
Aantal Installaties | 79 |
Huidige Versie | 0.1.5 |
Laatst Bijgewerkt | 2021-07-03 |
Publicatiedatum | 2020-03-31 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://redcodi.space |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://redcodi.space |
Help Pagina-URL | https://redcodi.space |
Ondersteunde Talen | 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" } |