Meme Soundboard
Largest Web Store meme soundboard with over 700 sounds! Made by memesoundboard.com
什么是Meme Soundboard?
Meme Soundboard是由https://www.memesoundboard.com开发的Chrome扩展程序,该扩展的主要功能是“Largest Web Store meme soundboard with over 700 sounds! Made by memesoundboard.com”。
扩展截图
下载Meme Soundboard扩展crx文件
下载Meme Soundboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Press a button and have 1 of over 700 classic and newer meme sounds to be played at random or by your choice. Check out our website too at https://www.memesoundboard.com/
Extension blocked? Website blocked? Try the mobile friendly website on your smartphone! 扩展基本信息
| 名称 | |
| ID | gncmnedemogangodiljmfmlbndnchlnm |
| 官方URL | https://chromewebstore.google.com/detail/meme-soundboard/gncmnedemogangodiljmfmlbndnchlnm |
| 简介 | Largest Web Store meme soundboard with over 700 sounds! Made by memesoundboard.com |
| 文件大小 | 618 MB |
| 安装次数 | 53,920 |
| 当前版本 | 3.0.18 |
| 更新时间 | 2021-02-09 |
| 上架时间 | 2021-02-08 |
| 评分 | 4.61/5 共277次评分 |
| 开发者 | https://www.memesoundboard.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.memesoundboard.com |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Meme Soundboard",
"description": "Largest Web Store meme soundboard with over 700 sounds! Made by memesoundboard.com",
"version": "3.0.18",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Meme Soundboard by memesoundboard.com"
},
"content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
"permissions": [
"tts"
],
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |