TracklistTube

Display Tracklists for YouTube DJ Videos

Wat is TracklistTube?

TracklistTube is een Chrome-extensie ontwikkeld door Martin Kwan, en de belangrijkste functie is "Display Tracklists for YouTube DJ Videos".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TracklistTube

Download TracklistTube-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

                        Find Tracklists and Timestamps for your favorite, popular YouTube DJ Mixes

✔ Display current song playing in the video, in real time
✔ Ability to navigate to individual songs in DJ mix
✔ Add songs to your Spotify library
✔ Create a new Spotify playlist with tracks from the DJ set
✔ Dark Mode User Interface                    

Basisinformatie over de Extensie

Naam TracklistTube TracklistTube
ID mgpblmigodgdkobnahpoflfgceabgfgb
Officiële URL https://chromewebstore.google.com/detail/tracklisttube/mgpblmigodgdkobnahpoflfgceabgfgb
Beschrijving Display Tracklists for YouTube DJ Videos
Bestandsgrootte 233 KB
Aantal Installaties 137
Huidige Versie 0.0.7
Laatst Bijgewerkt 2021-09-19
Publicatiedatum 2021-02-16
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Martin Kwan
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://tracklist-tube.herokuapp.com/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TracklistTube",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "Display Tracklists for YouTube DJ Videos",
    "permissions": [
        "storage",
        "identity",
        "activeTab"
    ],
    "icons": {
        "16": "icons\/dj-16.png",
        "48": "icons\/dj-48.png",
        "128": "icons\/dj-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/dj-19.png",
        "default_title": "TracklistTube",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "src\/inject\/initialize.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/styles.css",
                "css\/fontawesome.min.css",
                "css\/regular.css",
                "css\/brands.css",
                "css\/solid.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/fontawesome.min.css",
        "css\/regular.css",
        "css\/brands.css",
        "css\/solid.css",
        "webfonts\/*"
    ]
}