SendBeatsTo: Send Beats to Emails
SendBeatsTo: Send Beats to Emails lets you easily send beats to email addresses found on social media from your SendBeatsTo account.
什么是SendBeatsTo: Send Beats to Emails?
SendBeatsTo: Send Beats to Emails是由https://sendbeatsto.com开发的Chrome扩展程序,该扩展的主要功能是“SendBeatsTo: Send Beats to Emails lets you easily send beats to email addresses found on social media from your SendBeatsTo account.”。
扩展截图
下载SendBeatsTo: Send Beats to Emails扩展crx文件
下载SendBeatsTo: Send Beats to Emails扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The SendBeatsTo Send Beats to Emails extension lets you easily send your beats to rappers, singers, artists, labels and/or other content creators email addresses shared on social networks by replacing them with a link to the Send Beats page in your SendBeatsTo account.
SUPPORTED SITES: Facebook, Twitter, Instagram, SoundCloud, YouTube, Tumblr, Reverbnation. You are welcome to suggest more sites!
KNOWN ISSUES:
1) On some sites you need to refresh the page the email address is on for the replacement to work.
NOTE: You need to have a SendBeatsTo account for this extension to be useful to you. 扩展基本信息
| 名称 | |
| ID | oabgaahhignjhhhcffkdfgjmlfgbffpj |
| 官方URL | https://chromewebstore.google.com/detail/sendbeatsto-send-beats-to/oabgaahhignjhhhcffkdfgjmlfgbffpj |
| 简介 | SendBeatsTo: Send Beats to Emails lets you easily send beats to email addresses found on social media from your SendBeatsTo account. |
| 文件大小 | 238 KB |
| 安装次数 | 49 |
| 当前版本 | 2.0 |
| 更新时间 | 2023-12-05 |
| 上架时间 | 2016-12-15 |
| 开发者 | https://sendbeatsto.com |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://sendbeatsto.com |
| 帮助页面URL | https://sendbeatsto.com/about-us/ |
| 隐私政策页面URL | https://sendbeatsto.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SendBeatsTo: Send Beats to Emails",
"description": "SendBeatsTo: Send Beats to Emails lets you easily send beats to email addresses found on social media from your SendBeatsTo account.",
"version": "2.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/twitter.com\/*",
"*:\/\/*.twitter.com\/*",
"*:\/\/instagram.com\/*",
"*:\/\/*.instagram.com\/*",
"*:\/\/facebook.com\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/soundcloud.com\/*",
"*:\/\/*.soundcloud.com\/*",
"*:\/\/reverbnation.com\/*",
"*:\/\/*.reverbnation.com\/*",
"*:\/\/youtube.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/*.tumblr.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |