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 | 
| Eメール | [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"
    }
} | |