Wremix

Record your screen & upload instantly to Facebook, Youtube & Twitter or share anywhere.

Wremix란 무엇입니까?

Wremix은(는) http://wremix.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record your screen & upload instantly to Facebook, Youtube & Twitter or share anywhere."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Wremix 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Wremix is a social network that allows you to record your screen and share your videos instantly across your social networks. Everyone can get sponsored, earn tips & build their "Super Fan" base to earn money remixing videos & connecting with their friends, followers & fans.

KEY FEATURES:
Record your Screen • Send Video Messages • Import Your Contacts • Message Notifications • Add Stickers & Gifs • Draw on Screen • Mix Tweets • Mix Facebook Posts • Mix Instagram Posts • Mix YouTube Videos • Mix TikTok Videos • Use Snap Chat Filters • Mix Content, Videos, Images & More • Save Instantly • Share Anywhere • Group Videos • Group Inbox

NEW FEATURES: 
1. Video Messages: Create video messages and send them to any email or mobile phone.
2. Import Contacts: Add contacts to instantly send video messages to them from any webpage.
3. GIPHY Gifs & Stickers: Now search GIPHY for Gifs & Stickers when you click on the sticker button.
4. Social News Pop: Right click on Tweets, Facebook posts, Instagram posts, YouTube videos or TikToks and create videos instantly with the post content while you're on those websites.
5. 50/50 User Video: A new size has been added to let you take up 50% of the screen and then resize it to whatever size you want and drag your video horizontally.
6. Start - Pause - Restart - Stop: New buttons have been added at the bottom of the screen to help you start, pause, resume and end your recordings.
7. Add More Media: Copy & Paste a link to any video, image, gif, youtube video, tweet, tiktok video, news article to add it to your screen to be recorded.

You can sing along with music, respond to a tweet, teach something, comment on a news article or just get creative & record whatever's in your browser.

Instantly save your videos & upload them to Youtube, Facebook & Twitter or share it on any other social network or website with the click of a button.

Try it out and get creative with content from all over the web.

We can't wait to see what you create.

P.S. You can download the Snap Camera for your computer & choose whatever filters you want from Snap Chat.                    

확장 프로그램 기본 정보

이름 Wremix Wremix
ID anaephlkhmhfoljcaeoihchdnhggmdfj
공식 URL https://chrome.google.com/webstore/detail/wremix/anaephlkhmhfoljcaeoihchdnhggmdfj
설명 Record your screen & upload instantly to Facebook, Youtube & Twitter or share anywhere.
파일 크기 4.82 MB
설치 횟수 54
현재 버전 1.1.3
최근 업데이트 2020-09-28
출시 날짜 2020-03-10
개발자 http://wremix.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wremix.com
도움말 페이지 URL https://wremix.com/support
개인정보 보호 정책 페이지 URL https://whitefishlabs.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wremix",
    "short_name": "Wremix",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "Record your screen & upload instantly to Facebook, Youtube & Twitter or share anywhere.",
    "browser_action": {
        "default_icon": "images\/icons\/record-pop-on.png",
        "default_popup": "lib\/popup.html"
    },
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*.ttf",
        "fonts\/*.otf",
        "fonts\/*.ttc",
        "lib\/*"
    ],
    "icons": {
        "16": "images\/icons\/record-pop-on.png",
        "48": "images\/icons\/record-pop-on.png",
        "64": "images\/icons\/record-pop-on.png",
        "128": "images\/icons\/record-pop-on.png"
    },
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "tabCapture",
        "activeTab",
        "contextMenus",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "lib\/jquery-ui.min.js",
                "lib\/content.js",
                "lib\/mix.js",
                "lib\/record.js",
                "lib\/media.js",
                "lib\/popup.js"
            ],
            "css": [
                "lib\/insert.css",
                "lib\/ani.css",
                "lib\/jquery-ui.min.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.wremix.com\/*"
        ]
    }
}