Soundtrack Tracklist

Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series

Was ist Soundtrack Tracklist?

Soundtrack Tracklist ist eine Chrome-Erweiterung, die von http://soundtracktracklist.com entwickelt wurde, und ihr Hauptmerkmal ist "Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Soundtrack Tracklist-Erweiterungs-CRX-Datei herunterladen

Laden Sie Soundtrack Tracklist-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

                        Extension Soundtrack Tracklist for Google Chrome allows you to keep track of news from the world of film and music. All soundtracks to new films, cartoons, anime, video games will be available without having to go to the site. Stay up to date with new releases of the soundtrack of the world!                    

Grundlegende Informationen zur Erweiterung

Name Soundtrack Tracklist Soundtrack Tracklist
ID lgcofopdpcdbibghaggjgcjnjmgffmbn
Offizielle URL https://chrome.google.com/webstore/detail/soundtrack-tracklist/lgcofopdpcdbibghaggjgcjnjmgffmbn
Beschreibung Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series
Dateigröße 76.24 KB
Installationsanzahl 37
Aktuelle Version 1.2
Letztes Update 2017-02-21
Veröffentlichungsdatum 2017-02-21
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler http://soundtracktracklist.com
Zahlungsart free
Erweiterungswebsite http://soundtracktracklist.com/
Hilfeseite URL http://soundtracktracklist.com/contact/
Unterstützte Sprachen en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Soundtrack Tracklist",
    "version": "1.2",
    "description": "Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Soundtrack Tracklist",
        "default_popup": "soundtracktracklist.html",
        "default_icon": "icon128.png"
    },
    "permissions": [
        "unlimitedStorage",
        "notifications"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'"
}