Flapjack Scream
Adds a button that will play the flapjack scream.
什么是Flapjack Scream?
Flapjack Scream是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Adds a button that will play the flapjack scream.”。
扩展截图
下载Flapjack Scream扩展crx文件
下载Flapjack Scream扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a button that will play the flapjack scream.
扩展基本信息
名称 | |
ID | llfkmholofohlodlgnlclhbengmfmllo |
官方URL | https://chromewebstore.google.com/detail/flapjack-scream/llfkmholofohlodlgnlclhbengmfmllo |
简介 | Adds a button that will play the flapjack scream. |
文件大小 | 942 KB |
安装次数 | 26 |
当前版本 | 1.4 |
更新时间 | 2019-01-07 |
上架时间 | 2019-01-06 |
评分 | 5.00/5 共2次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "browser_action": { "default_icon": "mask16.png", "default_title": "UUUAAAAGGH" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Adds a button that will play the flapjack scream.", "background": { "scripts": [ "background.js" ] }, "name": "Flapjack Scream", "permissions": [], "icons": { "48": "mask48.png", "128": "mask128.png", "16": "mask16.png" }, "manifest_version": 2, "version": "1.4" } |