ListenTo

Be a YouTube DJ or listen to other YouTube DJs

Wat is ListenTo?

ListenTo is een Chrome-extensie ontwikkeld door posener, en de belangrijkste functie is "Be a YouTube DJ or listen to other YouTube DJs".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ListenTo

Download ListenTo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is an extension to https://youtube.com.
This extension enables two modes:

Be a DJ: Play you favorite YouTube clips, and enable others listen to a your music while you are playing it.
Be a listener: Listen to a live DJ while he is playing YouTube songs.                    

Basisinformatie over de Extensie

Naam ListenTo ListenTo
ID hhdebiameojlifkdofogncmkhjadbckj
Officiële URL https://chrome.google.com/webstore/detail/listento/hhdebiameojlifkdofogncmkhjadbckj
Beschrijving Be a YouTube DJ or listen to other YouTube DJs
Bestandsgrootte 149 KB
Aantal Installaties 44
Huidige Versie 1.4
Laatst Bijgewerkt 2019-02-22
Publicatiedatum 2019-02-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar posener
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ListenTo",
    "version": "1.4",
    "description": "Be a YouTube DJ or listen to other YouTube DJs",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/yt-radio-on-128.png"
    },
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/*.listen-2.herokuapp.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}