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 |
官方網址 | 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" } |