AllTube Player

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

AllTube Player क्या है?

AllTube Player Kay61 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AllTube Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}