SoundBoardGuy
Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.
什麼是SoundBoardGuy?
SoundBoardGuy是由https://www.soundboardguy.com開發的Chrome擴展程式,該擴展的主要功能是“Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.”。
擴展截圖
下載SoundBoardGuy擴展crx文件
下載SoundBoardGuy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Play meme and sound effect buttons.
擴展基本資訊
名稱 | |
ID | fmjjfelmaapgbkjkkgfbhojchhonompc |
官方網址 | https://chrome.google.com/webstore/detail/soundboardguy/fmjjfelmaapgbkjkkgfbhojchhonompc |
簡介 | Play meme, effect sound buttons from the largest library of high quality sound in the world wide web. |
檔案大小 | 187 KB |
安裝次數 | 408 |
目前版本 | 1.0 |
更新時間 | 2021-06-03 |
上架時間 | 2021-06-03 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://www.soundboardguy.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.soundboardguy.com/ |
說明頁面URL | https://www.soundboardguy.com/about/ |
隱私政策頁面URL | https://www.soundboardguy.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/soundboardguy.com https:\/\/*.soundboardguy.com; object-src 'self'", "name": "SoundBoardGuy", "version": "1.0", "description": "Play meme, effect sound buttons from the largest library of high quality sound in the world wide web.", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "permissions": [ "https:\/\/soundboardguy.com\/wp-json\/6c0a2e8182\/v1\/sounds\/" ] } |