Headliner Video Maker

Use the extension by clicking the Headliner button next to audio on Anchor & SoundCloud. Manage extension by clicking on this icon

Headliner Video Maker là gì?

Headliner Video Maker là một tiện ích mở rộng Chrome được phát triển bởi Headliner, và tính năng chính của nó là "Use the extension by clicking the Headliner button next to audio on Anchor & SoundCloud. Manage extension by clicking on this icon".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Headliner Video Maker

Tải xuống các tệp mở rộng Headliner Video Maker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Sharing preview clips of your SC and Anchor audio to social media just got a lot easier. Simply click the Headliner button added next to the audio tracks on Anchor & SoundCloud.

Headliner Video Maker allows you to turn audio - podcast or music - into short video clips you can share to Facebook, Twitter, Instagram, LinkedIn + more with the click of a button.

Features:
- Cover image is auto populated for video
- Built in audio clipper allows you to select the perfect short clip
- Add waveform, progress bar, and text

Where is the Button?
SoundCloud
- Headliner Button is added under any track 

Anchor
- Public podcast page 
- Dashboard, Episode List
- Dashboard, Episode Details page

Why clips?
When people are on social media they are looking for content they can consume quickly and get back to scrolling. Clips are more digestible in the social environment - allowing someone to quickly get a preview of your longer audio.

Why video?
92% of users watching video on mobile will share it with others. (Wordstream)

Tweets with video see 10x more engagement than those without (Twitter Business)

Video generates more engagement than any other content type on Instagram (mention.com)

Disclaimer: 
Headliner Video Maker is intended for promotional clips using your audio.
You are solely responsible for the content that you create & share with others. Please check the copyright of the media being used.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Headliner Video Maker Headliner Video Maker
ID miommlcclfkhjnpgdafgfpfkhnakpgpk
URL Chính Thức https://chrome.google.com/webstore/detail/headliner-video-maker/miommlcclfkhjnpgdafgfpfkhnakpgpk
Mô tả Use the extension by clicking the Headliner button next to audio on Anchor & SoundCloud. Manage extension by clicking on this icon
Kích Thước Tệp 347 KB
Số Lần Cài Đặt 3,119
Phiên Bản Hiện Tại 0.0.17
Cập Nhật Lần Cuối 2021-01-22
Ngày Phát Hành 2020-02-10
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Headliner
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Headliner Video Maker",
    "description": "Use the extension by clicking the Headliner button next to audio on Anchor & SoundCloud. Manage extension by clicking on this icon",
    "version": "0.0.17",
    "icons": {
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "*:\/\/*.soundcloud.com\/*",
        "*:\/\/soundcloud.com\/*",
        "*:\/\/*.sndcdn.com\/*",
        "https:\/\/anchor.fm\/*"
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "icons\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "js\/lib\/jquery.js",
                "js\/lib\/jquery.arrive.js",
                "js\/soundcloud.js",
                "js\/anchor.js"
            ],
            "matches": [
                "http:\/\/*.soundcloud.com\/*",
                "https:\/\/*.soundcloud.com\/*",
                "https:\/\/anchor.fm\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.soundcloud.com https:\/\/anchor.fm; object-src 'self' 'unsafe-eval' https:\/\/*.soundcloud.com https:\/\/anchor.fm\/"
}