Soundtrack Tracklist
Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series
Wat is Soundtrack Tracklist?
Soundtrack Tracklist is een Chrome-extensie ontwikkeld door http://soundtracktracklist.com, en de belangrijkste functie is "Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series".
Extensie Screenshots
Download het CRX-bestand van de extensie Soundtrack Tracklist
Download Soundtrack Tracklist-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
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!
Basisinformatie over de Extensie
Naam | |
ID | lgcofopdpcdbibghaggjgcjnjmgffmbn |
Officiële URL | https://chrome.google.com/webstore/detail/soundtrack-tracklist/lgcofopdpcdbibghaggjgcjnjmgffmbn |
Beschrijving | Soundtrack tracklists (OST, score) for games, movies, films, anime and TV series |
Bestandsgrootte | 76.24 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2017-02-21 |
Publicatiedatum | 2017-02-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://soundtracktracklist.com |
Betalingswijze | free |
Extensiewebsite | http://soundtracktracklist.com/ |
Help Pagina-URL | http://soundtracktracklist.com/contact/ |
Ondersteunde Talen | 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'" } |