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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}