AllTube Player

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

AllTube Player là gì?

AllTube Player là một tiện ích mở rộng Chrome được phát triển bởi Kay61, và tính năng chính của nó là "Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud".

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

screenshot

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

Tải xuống các tệp mở rộng AllTube Player 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

                        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!                    

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

Tên AllTube Player AllTube Player
ID hidpklkpehfemlfmjgbdipilaofgfpmd
URL Chính Thức https://chromewebstore.google.com/detail/alltube-player/hidpklkpehfemlfmjgbdipilaofgfpmd
Mô tả Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud
Kích Thước Tệp 39.7 KB
Số Lần Cài Đặt 274
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2021-06-24
Ngày Phát Hành 2021-06-24
Nhà Phát Triển Kay61
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.alltubeplayer.com
Ngôn Ngữ Được Hỗ Trợ 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
}