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ファイルをダウンロード

AllTube Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}