AllTube Player

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

AllTube Playerคืออะไร?

AllTube Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kay61 และคุณลักษณะหลักของมันคือ "Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AllTube Player

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}