Beast Boy uses his head!
Beast boy decides to use his head!
Beast Boy uses his head! là gì?
Beast Boy uses his head! là một tiện ích mở rộng Chrome được phát triển bởi https://redcodi.space, và tính năng chính của nó là "Beast boy decides to use his head!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Beast Boy uses his head!
Tải xuống các tệp mở rộng Beast Boy uses his head! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mkagpigjdmjifhellgdphjjgkbggkhnd |
URL Chính Thức | https://chromewebstore.google.com/detail/beast-boy-uses-his-head/mkagpigjdmjifhellgdphjjgkbggkhnd |
Mô tả | Beast boy decides to use his head! |
Kích Thước Tệp | 1.07 MB |
Số Lần Cài Đặt | 79 |
Phiên Bản Hiện Tại | 0.1.5 |
Cập Nhật Lần Cuối | 2021-07-03 |
Ngày Phát Hành | 2020-03-31 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://redcodi.space |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://redcodi.space |
URL Trang Trợ Giúp | https://redcodi.space |
Ngôn Ngữ Được Hỗ Trợ | 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" } |