Beast Boy uses his head!
Beast boy decides to use his head!
什么是Beast Boy uses his head!?
Beast Boy uses his head!是由https://redcodi.space开发的Chrome扩展程序,该扩展的主要功能是“Beast boy decides to use his head!”。
扩展截图
下载Beast Boy uses his head!扩展crx文件
下载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" } |