AllTube Player

Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud

AllTube Player란 무엇입니까?

AllTube Player은(는) Kay61에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        AllTube Player is your gateway to video and audio. This extension brings video and audio search engine directly to your browser. 

Simply enter the search keyword or select the text in the current webpage and AllTube Player will search for video and audio across YouTube, Dailymotion, Vimeo and SoundCloud. The search result is  presented in a consolidated view. Simply click on any of the video or audio in the search result and it will be played in AllTube Player video webpage.

Simple as that!                    

확장 프로그램 기본 정보

이름 AllTube Player AllTube Player
ID hidpklkpehfemlfmjgbdipilaofgfpmd
공식 URL https://chromewebstore.google.com/detail/alltube-player/hidpklkpehfemlfmjgbdipilaofgfpmd
설명 Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud
파일 크기 39.7 KB
설치 횟수 274
현재 버전 1.0.5
최근 업데이트 2021-06-24
출시 날짜 2021-06-24
개발자 Kay61
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.alltubeplayer.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "ATD",
    "name": "AllTube Player",
    "version": "1.0.5",
    "description": "Search video\/audio across YouTube, DailyMotion, Vimeo & SoundCloud",
    "permissions": [
        "https:\/\/*.alltubeplayer.com\/*",
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/ATP_Icon_32x32.png",
            "48": "images\/ATP_Icon_48x48.png",
            "128": "images\/ATP_Icons_128x128.png"
        }
    },
    "icons": {
        "32": "images\/ATP_Icon_32x32.png",
        "48": "images\/ATP_Icon_48x48.png",
        "128": "images\/ATP_Icons_128x128.png"
    },
    "manifest_version": 2
}