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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 SendBeatsTo: Send Beats to Emails SendBeatsTo: Send Beats to Emails
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
Eメール [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"
        }
    ]
}