AllTube Player

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

Was ist AllTube Player?

AllTube Player ist eine Chrome-Erweiterung, die von Kay61 entwickelt wurde, und ihr Hauptmerkmal ist "Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud".

Erweiterungsscreenshots

screenshot

AllTube Player-Erweiterungs-CRX-Datei herunterladen

Laden Sie AllTube Player-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name AllTube Player AllTube Player
ID hidpklkpehfemlfmjgbdipilaofgfpmd
Offizielle URL https://chromewebstore.google.com/detail/alltube-player/hidpklkpehfemlfmjgbdipilaofgfpmd
Beschreibung Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud
Dateigröße 39.7 KB
Installationsanzahl 274
Aktuelle Version 1.0.5
Letztes Update 2021-06-24
Veröffentlichungsdatum 2021-06-24
Entwickler Kay61
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.alltubeplayer.com
Unterstützte Sprachen 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
}