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 |
| 官方網址 | 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"
}
]
} | |