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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |